HttpMethodAttribute Constructor (Type^, Type^)
.NET Framework (current version)
Initializes a new instance of the HttpMethodAttribute.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- returnFormatter
-
Type:
System::Type^
Initializes the ReturnFormatter property to a Type that deserializes the response from an XML Web service method.
- parameterFormatter
-
Type:
System::Type^
Initializes the ParameterFormatter property to a Type that serializes parameters sent from an XML Web service client to an XML Web service method.
.NET Framework
Available since 1.1
Available since 1.1
Show: