Cookies Property

HttpServer.dll

Cookies that should be created/changed.

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

Syntax

C#
public ResponseCookies Cookies { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cookies As ResponseCookies
Visual C++
public:
property ResponseCookies^ Cookies {
	ResponseCookies^ get ();
}

See Also