Item Property

HttpServer.dll

Gets the cookie of a given identifier (null if not existing).

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

Syntax

C#
public RequestCookie this[
	string id
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	id As String _
) As RequestCookie
Visual C++
public:
property RequestCookie^ default[String^ id] {
	RequestCookie^ get (String^ id);
}

Parameters

id
Type: System..::.String

See Also