HttpRequestCookie(String, String) Constructor
Constructs a HTTP cookie with the given name and value
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public HttpRequestCookie(
string cookieName,
string cookieValue
)
Public Sub New (
cookieName As String,
cookieValue As String
)
public:
HttpRequestCookie(
String^ cookieName,
String^ cookieValue
)
new :
cookieName : string *
cookieValue : string -> HttpRequestCookie
Parameters
- cookieName String
- The cookie name
- cookieValue String
- The cookie value