GatewayInformation.NodeAddress Property

Definition

Gets the address that Service Fabric clients use when connecting to this node (as specified in the Cluster Manifest).

public string NodeAddress { get; }
member this.NodeAddress : string
Public ReadOnly Property NodeAddress As String

Property Value

The address that Service Fabric clients use when connecting to this node (as specified in the Cluster Manifest).

Applies to