HttpRequestWrapper.HttpMethod Property

 

Gets the HTTP data-transfer method (such as GET, POST, or HEAD) that was used by the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Overrides ReadOnly Property HttpMethod As String

Property Value

Type: System.String

The HTTP data-transfer method that was used by the client.

.NET Framework
Available since 3.5
Return to top
Show: