asp.net.ph

HttpWorkerRequest.GetHttpVerbName Method

System.Web Namespace   HttpWorkerRequest Class


Returns the specified member of the request header.

[ VB ]
<ComVisible ( False ) >
MustOverride Public Function GetHttpVerbName ( ) As String

[ C# ]
 [ ComVisible ( false ) ] 
public abstract string GetHttpVerbName ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual String* GetHttpVerbName ( ) = 0;

[ JScript ]
public ComVisible ( false ) 
abstract function GetHttpVerbName ( ) : String;

Return Value

The HTTP verb returned in the request header.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note