2 writes to standardsManager
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelFactory.cs (2)
31
this.
standardsManager
= SecurityStandardsHelper.CreateStandardsManager(this.TransactionProtocol);
60
this.
standardsManager
= (value != null ? value : SecurityStandardsHelper.CreateStandardsManager(this.transactionProtocol));
1 reference to standardsManager
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
57
get { return this.
standardsManager
; }