ReplicatorSettings.ReplicatorListenAddress Property

Definition

Configures the listen address that this replicator will use to receieve information from other Replicators.

public string ReplicatorListenAddress { get; set; }
member this.ReplicatorListenAddress : string with get, set
Public Property ReplicatorListenAddress As String

Property Value

The listen address that this replicator will use to receive information from other Replicators.

Remarks

String is formatted as “hostname:port”, where hostname can be FQDN or IP address. The default value is localhost:0. hostname for listen address can be obtained from ServiceListenAddress

Applies to