Jagamisviis:


WebProxyClientContextInitializer<TService>.ServiceProxy Property

 

Applies To: Dynamics CRM 2015

Gets the web proxy client for the service.

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

Syntax

public WebProxyClient<TService> ServiceProxy { get; private set; }
public:
property WebProxyClient<TService>^ ServiceProxy {
    WebProxyClient<TService>^ get();
    private: void set(WebProxyClient<TService>^ value);
}
member ServiceProxy : WebProxyClient<'TService> with get, private set
Public Property ServiceProxy As WebProxyClient(Of TService)
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient<TService>

Type: WebProxyClient<TService> 
The web proxy client for the service.

See Also

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

Return to top

© 2016 Microsoft. All rights reserved. Copyright