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