CookieHeaderValue.ToString Method ()

 

Returns a string that represents the current object.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A string that represents the current object.

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top