BootstrapperSettingsEndpoints Class |
Namespace: Crosser.Server
public static class Endpoints
The BootstrapperSettingsEndpoints type exposes the following members.
| Name | Description | |
|---|---|---|
| Backlog |
How large the backlog for incoming connections will be
| |
| Interactive |
If true the endpoints will have interactive mode on by default. This means that every valid operation will be confirmed with a +OK message
| |
| MaxConnections |
Maximum concurrent connections
| |
| PingTimeout |
The default timeout for ping on endpoints
| |
| RegisterDefaultCrosserEndpoint |
Will configure a crosser endpoint if true.
Default is true
| |
| RegisterDefaultHttpEndpoint |
Will configure a http endpoint if true.
Default is true
| |
| RegisterDefaultMonitorEndpoint |
Will configure a monitoring endpoint if true.
Default is true
|