HttpMethod.Options Property
Represents an HTTP OPTIONS protocol method.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Options As HttpMethod
Get
'Usage
Dim value As HttpMethod
value = HttpMethod.Options
public static HttpMethod Options { get; }
public:
static property HttpMethod^ Options {
HttpMethod^ get ();
}
static member Options : HttpMethod
static function get Options () : HttpMethod
Property Value
Type: System.Net.Http.HttpMethod