3 writes to transportSecurity
System.ServiceModel (3)
System\ServiceModel\NetMsmqSecurity.cs (3)
34this.transportSecurity = transportSecurity == null ? new MsmqTransportSecurity() : transportSecurity; 57this.transportSecurity = new MsmqTransportSecurity(); 60set { this.transportSecurity = value; }
2 references to transportSecurity
System.ServiceModel (2)
System\ServiceModel\NetMsmqSecurity.cs (2)
56if (this.transportSecurity == null) 58return this.transportSecurity;