4 references to Transport
dotnet-svcutil-lib (4)
CodeDomFixup\MethodCreationHelper.cs (3)
1853
if (defaultBinding.Security.
Transport
.ProtectionLevel != namedPipe.Security.
Transport
.ProtectionLevel)
1864
namedPipe.Security.
Transport
.ProtectionLevel.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
269
if (this._security.
Transport
.ProtectionLevel != NamedPipeTransportSecurity.DefaultProtectionLevel)