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