Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- proxy 
 Type: Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient<TService>- Type: WebProxyClient<TService><TService>. A web proxy client for a service. 
See Also
WebProxyClientContextInitializer<TService> Class
Microsoft.Xrm.Sdk.WebServiceClient Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright