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