HttpMethod.Options Property

Definition

Represents an HTTP OPTIONS protocol method.

public:
 static property System::Net::Http::HttpMethod ^ Options { System::Net::Http::HttpMethod ^ get(); };
public static System.Net.Http.HttpMethod Options { get; }
static member Options : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Options As HttpMethod

Property Value

The HTTP OPTIONS method.

Applies to