ResponseCookie Class

HttpServer.dll

cookie being sent back to the browser.

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

Syntax

C#
public class ResponseCookie : RequestCookie
Visual Basic (Declaration)
Public Class ResponseCookie _
	Inherits RequestCookie
Visual C++
public ref class ResponseCookie : public RequestCookie

Inheritance Hierarchy

System..::.Object
  HttpServer..::.RequestCookie
    HttpServer..::.ResponseCookie

See Also

HttpServer..::.ResponseCookie