Click or drag to resize

CookieToString Method

Returns a String that represents the current Cookie.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override string ToString()

Return Value

Type: String
A String that represents the current Cookie.
Remarks
This method returns a String to use to send an HTTP Cookie to an origin server.
See Also