CookieHeaderValue.Clone Method ()

 

Creates a shallow copy of the cookie value.

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

Syntax

public object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Public Function Clone As Object

Return Value

Type: System.Object

A shallow copy of the cookie value.

Implements

ICloneable.Clone()

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top