EndpointOptions Class

Definition

Configures the Silo endpoint options

public class EndpointOptions
type EndpointOptions = class
Public Class EndpointOptions
Inheritance
EndpointOptions

Constructors

EndpointOptions()

Fields

DEFAULT_GATEWAY_PORT

The default value for GatewayPort.

DEFAULT_SILO_PORT

The default value for SiloPort.

Properties

AdvertisedIPAddress

The IP address used for clustering.

GatewayListeningEndpoint

Gets or sets the endpoint used to listen for client to silo communication. If not set will default to AdvertisedIPAddress + GatewayPort

GatewayPort

Gets or sets the port this silo uses for silo-to-client (gateway) communication. Specify 0 to disable gateway functionality.

SiloListeningEndpoint

Gets or sets the endpoint used to listen for silo to silo communication. If not set will default to AdvertisedIPAddress + SiloPort

SiloPort

Gets or sets the port this silo uses for silo-to-silo communication.

Applies to