HttpRequestCookie(String, String) Constructor

Constructs a HTTP cookie with the given name and value

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public HttpRequestCookie(
	string cookieName,
	string cookieValue
)

Parameters

cookieName  String
The cookie name
cookieValue  String
The cookie value

See Also