This documentation is archived and is not being maintained.

HttpWorkerRequest.GetHttpVerbName Method

Returns the specified member of the request header.

[Visual Basic]
Public MustOverride Function GetHttpVerbName() As String
[C#]
public abstract string GetHttpVerbName();
[C++]
public: virtual String* GetHttpVerbName() = 0;
[JScript]
public abstract function GetHttpVerbName() : String;

Return Value

The HTTP verb returned in the request header.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace

Show: