HttpMethod.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTTP OPTIONS method.
public:
static property HttpMethod ^ Options { HttpMethod ^ get(); };
static HttpMethod Options();
public static HttpMethod Options { get; }
var httpMethod = HttpMethod.options;
Public Shared ReadOnly Property Options As HttpMethod
Property Value
The HTTP OPTIONS method.