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