2 writes to transportSecurity
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationSecurity.cs (2)
20this.transportSecurity = new MsmqTransportSecurity(); 40set { this.transportSecurity = value; }
1 reference to transportSecurity
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationSecurity.cs (1)
39get { return this.transportSecurity; }