C-DEngine 5.105

Cookie..::..ToString Method

Returns a String that represents the current Cookie.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ToString()
Public Function ToString As String
public:
String^ ToString()

Return Value

A String that represents the current Cookie.

Remarks


This method returns a String to use to send an HTTP Cookie to an origin server.