HttpMethod::Put Property

Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI.

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

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

Property Value

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