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