WebProxyClientContextInitializer<TService>.ServiceProxy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the web proxy client for the service.
public:
property Microsoft::Xrm::Sdk::WebServiceClient::WebProxyClient<TService> ^ ServiceProxy { Microsoft::Xrm::Sdk::WebServiceClient::WebProxyClient<TService> ^ get(); };
public Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient<TService> ServiceProxy { get; }
member this.ServiceProxy : Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient<'Service (requires 'Service : null)>
Public ReadOnly Property ServiceProxy As WebProxyClient(Of TService)
Property Value
The web proxy client for the service.