IServiceConfiguration<TService>.ServiceEndpoints Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the available endpoints of the service.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
ServiceEndpointDictionary ServiceEndpoints { get; }
ReadOnly Property ServiceEndpoints As ServiceEndpointDictionary
Property Value
Type: Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary
Type: ServiceEndpointDictionary
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.
See Also
IServiceConfiguration<TService> Interface
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright