HttpMethod.Delete Property
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