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