Options Field

HttpServer.dll

The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public const string Options
Visual Basic (Declaration)
Public Const Options As String
Visual C++
public:
literal String^ Options

Remarks

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.

See Also