IServiceConfiguration<TService>.ServiceEndpoints Property

 

Applies To: Dynamics CRM 2015

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; }
property ServiceEndpointDictionary^ ServiceEndpoints {
    ServiceEndpointDictionary^ get();
}
abstract ServiceEndpoints : ServiceEndpointDictionary with 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

© 2016 Microsoft. All rights reserved. Copyright