HttpMethod.Post Property

Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Post As HttpMethod 
    Get
'Usage
Dim value As HttpMethod 

value = HttpMethod.Post
public static HttpMethod Post { get; }
public:
static property HttpMethod^ Post {
    HttpMethod^ get ();
}
static member Post : HttpMethod
static function get Post () : HttpMethod

Property Value

Type: System.Net.Http.HttpMethod

See Also

Reference

HttpMethod Class

System.Net.Http Namespace