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