This documentation is archived and is not being maintained.
HttpMethodAttribute Constructor
.NET Framework 1.1
Initializes a new instance of the HttpMethodAttribute class.
Overload List
Initializes a new instance of the HttpMethodAttribute class.
[Visual Basic] Public Sub New()
[C#] public HttpMethodAttribute();
[C++] public: HttpMethodAttribute();
[JScript] public function HttpMethodAttribute();
Initializes a new instance of the HttpMethodAttribute.
[Visual Basic] Public Sub New(Type, Type)
[C#] public HttpMethodAttribute(Type, Type);
[C++] public: HttpMethodAttribute(Type*, Type*);
[JScript] public function HttpMethodAttribute(Type, Type);
See Also
HttpMethodAttribute Class | HttpMethodAttribute Members | System.Web.Services.Protocols Namespace
Show: