C-DEngine 5.105

WebSocketSharp.Net Namespace

Classes


  Class Description
Public class ClientSslConfiguration
Stores the parameters used to configure a [SslStream] instance as a client.
Public class Cookie
Provides a set of methods and properties used to manage an HTTP Cookie.
Public class CookieCollection
Provides a collection container for instances of the Cookie class.
Public class CookieException
The exception that is thrown when a Cookie gets an error.
Public class HttpBasicIdentity
Holds the user name and password from the HTTP Basic authentication credentials.
Public class HttpDigestIdentity
Holds the user name and other parameters from the HTTP Digest authentication credentials.
Public class HttpListener
Provides a simple, programmatically controlled HTTP listener.
Public class HttpListenerContext
Provides the access to the HTTP request and response information used by the HttpListener.
Public class HttpListenerException
The exception that is thrown when a HttpListener gets an error processing an HTTP request.
Public class HttpListenerPrefixCollection
Provides the collection used to store the URI prefixes for the HttpListener.
Public class HttpListenerRequest
Provides the access to a request to the HttpListener.
Public class HttpListenerResponse
Provides the access to a response to a request received by the HttpListener.
Public class HttpVersion
Provides the HTTP version numbers.
Public class NetworkCredential
Provides the credentials for the HTTP authentication (Basic/Digest).
Public class ServerSslConfiguration
Stores the parameters used to configure a [SslStream] instance as a server.
Public class SslConfiguration
Stores the parameters used to configure a [SslStream] instance.
Public class WebHeaderCollection
Provides a collection of the HTTP headers associated with a request or response.

Enumerations


  Enumeration Description
Public enumeration AuthenticationSchemes
Contains the values of the schemes for authentication.
Public enumeration HttpRequestHeader
Contains the HTTP headers that may be specified in a client request.
Public enumeration HttpResponseHeader
Contains the HTTP headers that can be specified in a server response.
Public enumeration HttpStatusCode
Contains the values of the HTTP status codes.