Click or drag to resize

Endpoints Properties

The BootstrapperSettingsEndpoints type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBacklog
How large the backlog for incoming connections will be
Public propertyStatic memberInteractive
If true the endpoints will have interactive mode on by default. This means that every valid operation will be confirmed with a +OK message
Public propertyStatic memberMaxConnections
Maximum concurrent connections
Public propertyStatic memberPingTimeout
The default timeout for ping on endpoints
Public propertyStatic memberRegisterDefaultCrosserEndpoint
Will configure a crosser endpoint if true. Default is true
Public propertyStatic memberRegisterDefaultHttpEndpoint
Will configure a http endpoint if true. Default is true
Public propertyStatic memberRegisterDefaultMonitorEndpoint
Will configure a monitoring endpoint if true. Default is true
Top
See Also