2 writes to _protectionLevel
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\NamedPipeTransportSecurity.cs (2)
26
_protectionLevel
= DefaultProtectionLevel;
39
_protectionLevel
= value;
2 references to _protectionLevel
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\NamedPipeTransportSecurity.cs (2)
32
get { return
_protectionLevel
; }
46
result.ProtectionLevel =
_protectionLevel
;