Click or drag to resize

HttpListenerWebSocketContextToString Method

Returns a string that represents the current instance.

Namespace:  Sfs2X.WebSocketSharp.Net.WebSockets
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 contains the request line and headers included in the handshake request.
See Also