HttpRequestCookie(String, String) Constructor
Constructs a HTTP cookie with the given name and value
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public HttpRequestCookie(
string cookieName,
string cookieValue
)
Parameters
- cookieName String
- The cookie name
- cookieValue String
- The cookie value