2 writes to standardsManager
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
28
this.
standardsManager
= SecurityStandardsHelper.CreateStandardsManager(this.TransactionProtocol);
55
set { this.
standardsManager
= (value != null ? value : SecurityStandardsHelper.CreateStandardsManager(this.transactionProtocol)); }
1 reference to standardsManager
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
54
get { return this.
standardsManager
; }