HttpRequestCookie Class

The HTTP cookie class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class HttpRequestCookie
Inheritance
Object    HttpRequestCookie

Constructors

HttpRequestCookie Constructs and empty HTTP cookie
HttpRequestCookie(String, String) Constructs a HTTP cookie with the given name and value

Properties

Name The cookie name
Value The cookie value

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also