Click or drag to resize

WebSocketServer Properties

The WebSocketServer type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets the IP address of the server.
Public propertyAllowForwardedRequest
Gets or sets a value indicating whether the server accepts every handshake request without checking the request URI.
Public propertyAuthenticationSchemes
Gets or sets the scheme used to authenticate the clients.
Public propertyIsListening
Gets a value indicating whether the server has started.
Public propertyIsSecure
Gets a value indicating whether secure connections are provided.
Public propertyKeepClean
Gets or sets a value indicating whether the server cleans up the inactive sessions periodically.
Public propertyLog
Gets the logging function for the server.
Public propertyPort
Gets the port of the server.
Public propertyRealm
Gets or sets the realm used for authentication.
Public propertyReuseAddress
Gets or sets a value indicating whether the server is allowed to be bound to an address that is already in use.
Public propertySslConfiguration
Gets the configuration for secure connection.
Public propertyUserCredentialsFinder
Gets or sets the delegate used to find the credentials for an identity.
Public propertyWaitTime
Gets or sets the time to wait for the response to the WebSocket Ping or Close.
Public propertyWebSocketServices
Gets the management function for the WebSocket services provided by the server.
Top
See Also