2 writes to transportSecurity
System.ServiceModel (2)
System\ServiceModel\NetTcpSecurity.cs (2)
29
this.
transportSecurity
= transportSecurity == null ? new TcpTransportSecurity() : transportSecurity;
50
set { this.
transportSecurity
= value; }
3 references to transportSecurity
System.ServiceModel (3)
System\ServiceModel\NetTcpSecurity.cs (3)
49
get { return this.
transportSecurity
; }
64
return this.
transportSecurity
.CreateTransportProtectionOnly();
68
return this.
transportSecurity
.CreateTransportProtectionAndAuthentication();