Share via


Clase WebContextBase

Proporciona el contexto para la aplicación.

Espacio de nombres: System.ServiceModel.DomainServices.Client.ApplicationServices
Ensamblado: System.ServiceModel.DomainServices.Client.Web (en system.servicemodel.domainservices.client.web.dll)

Uso

'Uso
Dim instance As WebContextBase

Sintaxis

'Declaración
Public MustInherit Class WebContextBase
    Implements INotifyPropertyChanged, IApplicationService, IApplicationLifetimeAware
public abstract class WebContextBase : INotifyPropertyChanged, IApplicationService, IApplicationLifetimeAware
public ref class WebContextBase abstract : INotifyPropertyChanged, IApplicationService, IApplicationLifetimeAware
public abstract class WebContextBase implements INotifyPropertyChanged, IApplicationService, 
    IApplicationLifetimeAware
public abstract class WebContextBase implements INotifyPropertyChanged, IApplicationService, 
    IApplicationLifetimeAware

Notas

Este contexto permite que los servicios y otros valores estén disponibles para su uso desde el código y XAML.

Jerarquía de herencia

System.Object
  System.ServiceModel.DomainServices.Client.ApplicationServices.WebContextBase

Seguridad para subprocesos

Cualquier miembro estático público (Compartidos en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Microsoft Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 y Windows 2000

Plataformas de destino

Vea también

Referencia

Miembros WebContextBase
Espacio de nombres System.ServiceModel.DomainServices.Client.ApplicationServices