IEndpointSwitch.PrimaryEndpoint 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 primary web service endpoint for accessing an organization.
public:
property Uri ^ PrimaryEndpoint { Uri ^ get(); };
public Uri PrimaryEndpoint { get; }
member this.PrimaryEndpoint : Uri
Public ReadOnly Property PrimaryEndpoint As Uri
Property Value
The primary web service endpoint.
Remarks
Set when constructing IServiceConfiguration<TService> or IServiceManagement<TService>.