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 DELETE protocol method.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Delete As HttpMethod
Get
'Usage
Dim value As HttpMethod
value = HttpMethod.Delete
public static HttpMethod Delete { get; }
public:
static property HttpMethod^ Delete {
HttpMethod^ get ();
}
static member Delete : HttpMethod
static function get Delete () : HttpMethod
Property Value
Type: System.Net.Http.HttpMethod