WebSocketSharp.Net Namespace
Classes
Class | Description | |
---|---|---|
ClientSslConfiguration |
Stores the parameters used to configure a [SslStream] instance as a client.
|
|
Cookie |
Provides a set of methods and properties used to manage an HTTP Cookie.
|
|
CookieCollection |
Provides a collection container for instances of the Cookie class.
|
|
CookieException |
The exception that is thrown when a Cookie gets an error.
|
|
HttpBasicIdentity |
Holds the user name and password from the HTTP Basic authentication credentials.
|
|
HttpDigestIdentity |
Holds the user name and other parameters from the HTTP Digest authentication credentials.
|
|
HttpListener |
Provides a simple, programmatically controlled HTTP listener.
|
|
HttpListenerContext |
Provides the access to the HTTP request and response information
used by the HttpListener.
|
|
HttpListenerException |
The exception that is thrown when a HttpListener gets an error
processing an HTTP request.
|
|
HttpListenerPrefixCollection |
Provides the collection used to store the URI prefixes for the HttpListener.
|
|
HttpListenerRequest |
Provides the access to a request to the HttpListener.
|
|
HttpListenerResponse |
Provides the access to a response to a request received by the HttpListener.
|
|
HttpVersion |
Provides the HTTP version numbers.
|
|
NetworkCredential |
Provides the credentials for the HTTP authentication (Basic/Digest).
|
|
ServerSslConfiguration |
Stores the parameters used to configure a [SslStream] instance as a server.
|
|
SslConfiguration |
Stores the parameters used to configure a [SslStream] instance.
|
|
WebHeaderCollection |
Provides a collection of the HTTP headers associated with a request or response.
|
Enumerations
Enumeration | Description | |
---|---|---|
AuthenticationSchemes |
Contains the values of the schemes for authentication.
|
|
HttpRequestHeader |
Contains the HTTP headers that may be specified in a client request.
|
|
HttpResponseHeader |
Contains the HTTP headers that can be specified in a server response.
|
|
HttpStatusCode |
Contains the values of the HTTP status codes.
|