Org.Apache.Http.Client.Methods.HttpOptions Class
HTTP OPTIONS method.

See Also: HttpOptions Members

Syntax

[Android.Runtime.Register("org/apache/http/client/methods/HttpOptions", DoNotGenerateAcw=true)]
public class HttpOptions : HttpRequestBase

Remarks

HTTP OPTIONS method.

The HTTP OPTIONS method is defined in section 9.2 of :

The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI. This method allows the client to determine the options and/or requirements associated with a resource, or the capabilities of a server, without implying a resource action or initiating a resource retrieval.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Client.Methods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1