6 references to ProtectionLevel
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\ContractInferenceHelper.cs (2)
267if (send.ProtectionLevel.HasValue) 269operation.ProtectionLevel = send.ProtectionLevel.Value;
System\ServiceModel\Activities\InternalSendMessage.cs (4)
402this.ServiceContractName, this.OperationName, this.Action, this.Parent.ProtectionLevel); 443cd = ContractInferenceHelper.CreateOutputChannelContractDescription(this.ServiceContractName, this.Parent.ProtectionLevel); 447cd = ContractInferenceHelper.CreateRequestChannelContractDescription(this.ServiceContractName, this.Parent.ProtectionLevel); 834ProtectionLevel = this.Parent.ProtectionLevel,