CookieHeaderValue Methods

 

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Methods

Name Description
System_CAPS_pubmethod Clone()

Creates a shallow copy of the cookie value.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string that represents the current object.(Overrides Object.ToString().)

System_CAPS_pubmethodSystem_CAPS_static TryParse(String, CookieHeaderValue)

Indicates a value whether the string representation will be converted.

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top