HttpListener Class |
Namespace: Sfs2X.WebSocketSharp.Net
public sealed class HttpListener : IDisposable
The HttpListener type exposes the following members.
Name | Description | |
---|---|---|
![]() | HttpListener |
Initializes a new instance of the HttpListener class.
|
Name | Description | |
---|---|---|
![]() | AuthenticationSchemes |
Gets or sets the scheme used to authenticate the clients.
|
![]() | AuthenticationSchemeSelector |
Gets or sets the delegate called to select the scheme used to authenticate the clients.
|
![]() | CertificateFolderPath |
Gets or sets the path to the folder in which stores the certificate files used to
authenticate the server on the secure connection.
|
![]() | IgnoreWriteExceptions |
Gets or sets a value indicating whether the listener returns exceptions that occur when
sending the response to the client.
|
![]() | IsListening |
Gets a value indicating whether the listener has been started.
|
![]() ![]() | IsSupported |
Gets a value indicating whether the listener can be used with the current operating system.
|
![]() | Log |
Gets the logging functions.
|
![]() | Prefixes |
Gets the URI prefixes handled by the listener.
|
![]() | Realm |
Gets or sets the name of the realm associated with the listener.
|
![]() | SslConfiguration |
Gets or sets the SSL configuration used to authenticate the server and
optionally the client for secure connection.
|
![]() | UnsafeConnectionNtlmAuthentication |
Gets or sets a value indicating whether, when NTLM authentication is used,
the authentication information of first request is used to authenticate
additional requests on the same connection.
|
![]() | UserCredentialsFinder |
Gets or sets the delegate called to find the credentials for an identity used to
authenticate a client.
|
Name | Description | |
---|---|---|
![]() | Abort |
Shuts down the listener immediately.
|
![]() | BeginGetContext |
Begins getting an incoming request asynchronously.
|
![]() | Close |
Shuts down the listener.
|
![]() | EndGetContext |
Ends an asynchronous operation to get an incoming request.
|
![]() | GetContext |
Gets an incoming request.
|
![]() | Start |
Starts receiving incoming requests.
|
![]() | Stop |
Stops receiving incoming requests.
|