HttpMethodAttribute.ReturnFormatter Property
.NET Framework (current version)
Gets or sets a Type that deserializes the response from an XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
If the XML Web service client is invoking an XML Web service method using HTTP-GET, ReturnFormatter must be UrlParameterWriter, whereas a client using HTTP-POST must set ReturnFormatter to HtmlFormParameterWriter.
.NET Framework
Available since 1.1
Available since 1.1
Show: