2 writes to protectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\OperationDescription.cs (2)
124
this.
protectionLevel
= value;
276
this.
protectionLevel
= ProtectionLevel.None;
1 reference to protectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\OperationDescription.cs (1)
119
get { return this.
protectionLevel
; }