Clase genérica de WebProxyClient
Se aplica a: CRM 2015 on-prem, CRM Online
A base class that creates an authenticated web service endpoint on a WCF channel.
Espacio de nombres: Microsoft.Xrm.Sdk.WebServiceClient
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)
Sintaxis
'Declaración
Public MustInherit Class WebProxyClient(Of TService)
Inherits ClientBase(Of TService)
Implements IDisposable
public abstract class WebProxyClient<TService> : ClientBase<TService>, IDisposable
GenericParameters
- TService
A type of web service.
Jerarquía heredada
System.Object
System.ServiceModel.ClientBase
Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient
Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient
Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Teléfono inteligente,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP
Vea también
Referencia
Miembros de WebProxyClient
Espacio de nombres de Microsoft.Xrm.Sdk.WebServiceClient
Clase de DiscoveryWebProxyClient
Clase de OrganizationWebProxyClient
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.