IEndpointSwitch.AlternateEndpoint Property

Definition

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

Uri

The alternate web service endpoint.

Remarks

Set when constructing IServiceConfiguration<TService> or IServiceManagement<TService>.

Applies to

See also