C# Class HttpServer.Headers.CookieHeader

Contents of a cookie header.
Inheritance: IHeader
Afficher le fichier Open project: NyxStudios/HttpServer

Méthodes publiques

Méthode Description
CookieHeader ( RequestCookieCollection collection ) : System

Initializes a new instance of the CookieHeader class.

Method Details

CookieHeader() public méthode

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