System.Web.Services.Protocols.HttpMethodAttribute.ReturnFormatter Property

Gets or sets a Type that deserializes the response from an XML Web service method.

Syntax

public Type ReturnFormatter { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the XML Web service client is invoking an XML Web service method using HTTP-GET, HttpMethodAttribute.ReturnFormatter must be UrlParameterWriter, whereas a client using HTTP-POST must set HttpMethodAttribute.ReturnFormatter to HtmlFormParameterWriter.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0