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