Class HttpCookie
Provides a type-safe way to create and manipulate individual HTTP cookies.
Inheritance
System.Object
HttpCookie
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Web.Http.Abstractions
Assembly: Terrasoft.Web.Http.Abstractions.dll
Syntax
public abstract class HttpCookie
Constructors
HttpCookie()
Declaration
protected HttpCookie()
Properties
Value
Value of cookie.
Declaration
public abstract string Value { get; }
Property Value
Type | Description |
---|---|
System.String |