HiQPdf Documentation

HttpRequestCookie Constructor (String, String)

HiQPdf Client for .NET Core
Constructs a HTTP cookie with the given name and value

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HttpRequestCookie(
	string cookieName,
	string cookieValue
)

Parameters

cookieName
Type: SystemString
The cookie name
cookieValue
Type: SystemString
The cookie value
See Also

Reference