IServiceConfiguration<TService>.ServiceEndpoints Property

Definition

Gets the available endpoints of the service.

public:
 property Microsoft::Xrm::Sdk::Client::ServiceEndpointDictionary ^ ServiceEndpoints { Microsoft::Xrm::Sdk::Client::ServiceEndpointDictionary ^ get(); };
public Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary ServiceEndpoints { get; }
member this.ServiceEndpoints : Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary
Public ReadOnly Property ServiceEndpoints As ServiceEndpointDictionary

Property Value

The available endpoints of the service.

Remarks

Contains the list of URLs and binding information required to make a call to a WCF service. If the service is configured for on-premises use only, the endpoint(s) contained within will not require the use of an issuer endpoint on the binding.

If the service is configured to use federated claims, the binding on the service endpoint must be configured to use the appropriate issuer endpoint – for example: username/password, Kerberos, etc.

Applies to