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