OrganizationWebProxyClient Constructor (Uri, TimeSpan, Boolean)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the OrganizationWebProxyClient class using an Organization service URL and time span.

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

Syntax

public OrganizationWebProxyClient(
    Uri serviceUrl,
    TimeSpan timeout,
    bool useStrongTypes
)
public:
OrganizationWebProxyClient(
    Uri^ serviceUrl,
    TimeSpan timeout,
    bool useStrongTypes
)
new : 
        serviceUrl:Uri *
        timeout:TimeSpan *
        useStrongTypes:bool -> OrganizationWebProxyClient
Public Sub New (
    serviceUrl As Uri,
    timeout As TimeSpan,
    useStrongTypes As Boolean
)

Parameters

  • serviceUrl
    Type: System.Uri

    Type: URI. The URL of the Organization web service.

  • timeout
    Type: System.TimeSpan

    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.

Remarks

The URL must contain the SDK client version. The client version is set to the version of the SDK assemblies that the client application was linked to. For example:

https://myorg.crm.dynamics.com/XRMServices/2011/Organization.svc/web?SdkClientVersion=7.0.0.0

See Also

SdkClientVersion
OrganizationWebProxyClient Overload
OrganizationWebProxyClient Class
Microsoft.Xrm.Sdk.WebServiceClient Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright