C# Class HttpServer.Headers.CookieHeader

Contents of a cookie header.
Inheritance: IHeader
Show file Open project: NyxStudios/HttpServer

Public Methods

Method Description
CookieHeader ( RequestCookieCollection collection ) : System

Initializes a new instance of the CookieHeader class.

Method Details

CookieHeader() public method

Initializes a new instance of the CookieHeader class.
collection is null.
public CookieHeader ( RequestCookieCollection collection ) : System
collection RequestCookieCollection The collection.
return System