Method Class

HttpServer.dll

Contains all HTTP Methods (according to the HTTP 1.1 specification)

See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static class Method
Visual Basic (Declaration)
Public NotInheritable Class Method
Visual C++
public ref class Method abstract sealed

Inheritance Hierarchy

System..::.Object
  HttpServer..::.Method

See Also