WebProxyClient<TService>.CreateServiceEndpoint Method (Uri, Boolean, TimeSpan, Assembly)
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)
Syntax
protected static ServiceEndpoint CreateServiceEndpoint(
Uri serviceUrl,
bool useStrongTypes,
TimeSpan timeout,
Assembly strongTypeAssembly
)
Protected Shared Function CreateServiceEndpoint (
serviceUrl As Uri,
useStrongTypes As Boolean,
timeout As TimeSpan,
strongTypeAssembly As Assembly
) As ServiceEndpoint
Parameters
serviceUrl
Type: System.UriType: URI. The URL of the web service.
useStrongTypes
Type: System.BooleanType: Boolean. When true, use early-bound types; otherwise, false.
timeout
Type: System.TimeSpanType: 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: System.Reflection.AssemblyType: Assembly. An assembly containing early-bound types.
Return Value
Type: System.ServiceModel.Description.ServiceEndpoint
Type: ServiceEndpoint
A web service endpoint.
Remarks
The timeout is passed to the SendTimeout, ReceiveTimeout, and OpenTimeout properties on the WCF channel binding.
See Also
WebProxyClient<TService> Class
Microsoft.Xrm.Sdk.WebServiceClient Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright