ResolvedServiceEndpoint.Address Property

Definition

Gets the address for the endpoint. The service replica gives this string to Service Fabric to let users know where it can be reached.

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

Property Value

The address for the endpoint where the service replica or instance can be reached.

Applies to