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 ResponseCookie this[
	string id
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	id As String _
) As ResponseCookie
Visual C++
public:
property ResponseCookie^ default[String^ id] {
	ResponseCookie^ get (String^ id);
	void set (String^ id, ResponseCookie^ value);
}

Parameters

id
Type: System..::.String

See Also