C-DEngine 5.105

HttpServer Properties

The HttpServer type exposes the following members.

Properties


  Name Description
Public property Address
Gets the local IP address of the server.
Public property AuthenticationSchemes
Gets or sets the scheme used to authenticate the clients.
Public property IsListening
Gets a value indicating whether the server has started.
Public property IsSecure
Gets a value indicating whether the server provides a secure connection.
Public property KeepClean
Gets or sets a value indicating whether the server cleans up the inactive sessions in the WebSocket services periodically.
Public property Log
Gets the logging functions.
Public property Port
Gets the port on which to listen for incoming requests.
Public property Realm
Gets or sets the name of the realm associated with the server.
Public property ReuseAddress
Gets or sets a value indicating whether the server is allowed to be bound to an address that is already in use.
Public property RootPath
Gets or sets the document root path of the server.
Public property SslConfiguration
Gets or sets the SSL configuration used to authenticate the server and optionally the client for secure connection.
Public property UserCredentialsFinder
Gets or sets the delegate called to find the credentials for an identity used to authenticate a client.
Public property WaitTime
Gets or sets the wait time for the response to the WebSocket Ping or Close.
Public property WebSocketServices
Gets the access to the WebSocket services provided by the server.