C# Class WebSocketSharp.Net.WebSockets.HttpListenerWebSocketContext

Provides access to the WebSocket connection request information received by the HttpListener.
Inheritance: WebSocketContext
Show file Open project: uken/websocket-sharp Class Usage Examples

Private Properties

Property Type Description
Close void
Close void
HttpListenerWebSocketContext System

Public Methods

Method Description
ToString ( ) : string

Returns a string that represents the current HttpListenerWebSocketContext.

Private Methods

Method Description
Close ( ) : void
Close ( HttpStatusCode code ) : void
HttpListenerWebSocketContext ( HttpListenerContext context, Logger logger ) : System

Method Details

ToString() public method

Returns a string that represents the current HttpListenerWebSocketContext.
public ToString ( ) : string
return string