Click or drag to resize

Sfs2X.WebSocketSharp.Net Namespace

 
Classes
  ClassDescription
Public classClientSslConfiguration
Stores the parameters for the SslStream used by clients.
Public classCookie
Provides a set of methods and properties used to manage an HTTP Cookie.
Public classCookieCollection
Provides a collection container for instances of the Cookie class.
Public classCookieException
The exception that is thrown when a Cookie gets an error.
Public classHttpBasicIdentity
Holds the username and password from an HTTP Basic authentication attempt.
Public classHttpDigestIdentity
Holds the username and other parameters from an HTTP Digest authentication attempt.
Public classHttpListener
Provides a simple, programmatically controlled HTTP listener.
Public classHttpListenerContext
Provides the access to the HTTP request and response objects used by the HttpListener.
Public classHttpListenerException
The exception that is thrown when a HttpListener gets an error processing an HTTP request.
Public classHttpListenerPrefixCollection
Provides the collection used to store the URI prefixes for the HttpListener.
Public classHttpListenerRequest
Represents an incoming request to a HttpListener instance.
Public classHttpListenerResponse
Provides the access to a response to a request received by the HttpListener.
Public classHttpVersion
Provides the HTTP version numbers.
Public classNetworkCredential
Provides the credentials for the password-based authentication.
Public classServerSslConfiguration
Stores the parameters for the SslStream used by servers.
Public classWebHeaderCollection
Provides a collection of the HTTP headers associated with a request or response.
Enumerations
  EnumerationDescription
Public enumerationAuthenticationSchemes
Specifies the scheme for authentication.
Public enumerationHttpRequestHeader
Contains the HTTP headers that may be specified in a client request.
Public enumerationHttpResponseHeader
Contains the HTTP headers that can be specified in a server response.
Public enumerationHttpStatusCode
Contains the values of the HTTP status codes.