4 references to CreateStandardsManager
System.ServiceModel (4)
System\ServiceModel\Channels\TransactionChannelFactory.cs (2)
31this.standardsManager = SecurityStandardsHelper.CreateStandardsManager(this.TransactionProtocol); 60this.standardsManager = (value != null ? value : SecurityStandardsHelper.CreateStandardsManager(this.transactionProtocol));
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
28this.standardsManager = SecurityStandardsHelper.CreateStandardsManager(this.TransactionProtocol); 55set { this.standardsManager = (value != null ? value : SecurityStandardsHelper.CreateStandardsManager(this.transactionProtocol)); }