C# Class WebSocketSharp.Net.WebSockets.TcpListenerWebSocketContext

Provides the properties used to access the information in a WebSocket connection request received by the TcpListener.
Inheritance: WebSocketContext
Mostra file Open project: uken/websocket-sharp Class Usage Examples

Private Properties

Property Type Description
Close void
Close void
SendAuthChallenge void
SetUser void
TcpListenerWebSocketContext System
createRequestUri System.Uri

Public Methods

Method Description
ToString ( ) : string

Returns a string that represents the current TcpListenerWebSocketContext.

Private Methods

Method Description
Close ( ) : void
Close ( HttpStatusCode code ) : void
SendAuthChallenge ( string challenge ) : void
SetUser ( AuthenticationSchemes expectedScheme, string realm, NetworkCredential>.Func credentialsFinder ) : void
TcpListenerWebSocketContext ( TcpClient client, X509Certificate cert, bool secure, System.Logger logger ) : System
createRequestUri ( ) : Uri

Method Details

ToString() public method

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