1 write to reply
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
397
this.
reply
= CreateMessageInfo(this.Operation.Messages[1], ":Response");
4 references to reply
System.ServiceModel (4)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (4)
369
return this.
reply
;
399
if (this.
reply
!= null && this.IsRpc && this.Operation.IsValidateRpcWrapperName && this.
reply
.BodyMapping.XsdElementName != responseName.EncodedName)
400
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxRpcMessageBodyPartNameInvalid, Operation.Name, this.Operation.Messages[1].MessageName,
reply
.BodyMapping.XsdElementName, responseName.EncodedName)));