WebProxyClientCreateServiceEndpoint Method

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Creates the service endpoint required for the proxy and adds support for early-bound types in the provided assembly.

Namespace:   Microsoft.Xrm.Sdk.WebServiceClient
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

No code example is currently available or this language may not be supported.

Parameters

serviceUrl
Type:

Type: URI. The URL of the web service.

useStrongTypes
Type:

Type: Boolean. When true, use early-bound types; otherwise, false.

timeout
Type:

Type: TimeSpan. The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.

strongTypeAssembly
Type:

Type: Assembly. An assembly containing early-bound types.

Return Value

Type:

Type: ServiceEndpoint
A web service endpoint.

The timeout is passed to the SendTimeout, ReceiveTimeout, and OpenTimeout properties on the WCF channel binding.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: