The WebSocketSharp.Net namespace contains some modified classes and enumerations in the System.Net namespace (e.g. System.Net.HttpListenerContext) to accept the WebSocket connection requests.
Type | Description |
---|---|
AuthenticationSchemes | Contains the values of the schemes for authentication. |
AuthenticationSchemeSelector | Selects the authentication scheme for a WebSocketSharp.Net.HttpListener instance. |
Cookie | Documentation for this section has not yet been entered. |
CookieCollection | Documentation for this section has not yet been entered. |
CookieException | Documentation for this section has not yet been entered. |
HttpListener | Provides a simple, programmatically controlled HTTP listener. |
HttpListenerContext | Provides access to the HTTP request and response objects used by the WebSocketSharp.Net.HttpListener class. |
HttpListenerException | The exception that is thrown when an error occurs processing an HTTP request. |
HttpListenerPrefixCollection | Provides the collection used to store the URI prefixes for the WebSocketSharp.Net.HttpListener. |
HttpListenerRequest | Provides access to the HTTP request objects sent to a WebSocketSharp.Net.HttpListener instance. |
HttpListenerResponse | Documentation for this section has not yet been entered. |
HttpStatusCode | Contains the values of the HTTP status codes. |
HttpVersion | Provides the HTTP version numbers. |
WebHeaderCollection | Documentation for this section has not yet been entered. |