HttpServer Properties |
The HttpServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Address |
Gets the IP address of the server.
|
![]() | AuthenticationSchemes |
Gets or sets the scheme used to authenticate the clients.
|
![]() | DocumentRootPath |
Gets or sets the path to the document folder of the server.
|
![]() | IsListening |
Gets a value indicating whether the server has started.
|
![]() | IsSecure |
Gets a value indicating whether secure connections are provided.
|
![]() | KeepClean |
Gets or sets a value indicating whether the server cleans up
the inactive sessions periodically.
|
![]() | Log |
Gets the logging function for the server.
|
![]() | Port |
Gets the port of the server.
|
![]() | Realm |
Gets or sets the realm used for authentication.
|
![]() | ReuseAddress |
Gets or sets a value indicating whether the server is allowed to
be bound to an address that is already in use.
|
![]() | SslConfiguration |
Gets the configuration for secure connection.
|
![]() | UserCredentialsFinder |
Gets or sets the delegate used to find the credentials
for an identity.
|
![]() | WaitTime |
Gets or sets the time to wait for the response to the WebSocket Ping or
Close.
|
![]() | WebSocketServices |
Gets the management function for the WebSocket services
provided by the server.
|