2 writes to transport
System.ServiceModel (2)
System\ServiceModel\NetNamedPipeSecurity.cs (2)
24this.transport = transport == null ? new NamedPipeTransportSecurity() : transport; 48this.transport = value;
3 references to transport
System.ServiceModel (3)
System\ServiceModel\NetNamedPipeSecurity.cs (3)
43get { return this.transport; } 56return this.transport.CreateTransportProtectionAndAuthentication(); 80if (this.transport.ProtectionLevel == ConnectionOrientedTransportDefaults.ProtectionLevel)