ResolvedServiceEndpoint.Address Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.