CookieParser()

CookieParser::CookieParser(String) constructor

Constructs a new instance.

System::Net::CookieParser::CookieParser(String cookieString)

Arguments

ParameterTypeDescription
cookieStringStringThe string representation of a cookie header to parse.

See Also