HttpMethod::Delete Property

Represents an HTTP DELETE protocol method.

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

public:
static property HttpMethod^ Delete {
	HttpMethod^ get ();
}

Property Value

Type: System.Net.Http::HttpMethod
Show: