C# 클래스 HttpServer.Headers.CookieHeader

Contents of a cookie header.
상속: IHeader
파일 보기 프로젝트 열기: NyxStudios/HttpServer

공개 메소드들

메소드 설명
CookieHeader ( RequestCookieCollection collection ) : System

Initializes a new instance of the CookieHeader class.

메소드 상세

CookieHeader() 공개 메소드

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