4 writes to ProtectionLevel
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\NamedPipeTransportSecurity.cs (1)
46result.ProtectionLevel = _protectionLevel;
System.ServiceModel.NetTcp (1)
System\ServiceModel\TcpTransportSecurity.cs (1)
139result.ProtectionLevel = _protectionLevel;
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (2)
144ProtectionLevel = _protectionLevel 160ProtectionLevel = _protectionLevel
1 reference to ProtectionLevel
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
30ProtectionLevel = bindingElement.ProtectionLevel;