1 write to requestReplyErrorPropertyName
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1162
this.
requestReplyErrorPropertyName
= propertyName;
4 references to requestReplyErrorPropertyName
System.ServiceModel (4)
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
1160
else if (this.
requestReplyErrorPropertyName
== null)
1168
if (this.
requestReplyErrorPropertyName
!= null)
1171
SR.GetString(SR.PropertySettingErrorOnProtocolFactory, this.
requestReplyErrorPropertyName
, this),
1172
this.
requestReplyErrorPropertyName
));