Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Shared ReadOnly Property Put As HttpMethod
Get
'Usage
Dim value As HttpMethod
value = HttpMethod.Put
public static HttpMethod Put { get; }
public:
static property HttpMethod^ Put {
HttpMethod^ get ();
}
static member Put : HttpMethod
static function get Put () : HttpMethod
Property Value
Type: System.Net.Http.HttpMethod