2 writes to protectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\MessageDescription.cs (2)
108this.protectionLevel = value; 183this.protectionLevel = ProtectionLevel.None;
1 reference to protectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\MessageDescription.cs (1)
103get { return this.protectionLevel; }