WebProxyClientContextInitializer<TService> Constructor (WebProxyClient<TService>)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the WebProxyClientContextInitializer<TService> class using a web proxy client.

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

Syntax

protected WebProxyClientContextInitializer(
    WebProxyClient<TService> proxy
)
protected:
WebProxyClientContextInitializer(
    WebProxyClient<TService>^ proxy
)
new : 
        proxy:WebProxyClient<'TService> -> WebProxyClientContextInitializer
Protected Sub New (
    proxy As WebProxyClient(Of TService)
)

Parameters

See Also

WebProxyClientContextInitializer<TService> Class
Microsoft.Xrm.Sdk.WebServiceClient Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright