WebContextBase Class
WCF RIA Services
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Provides context for the application.
Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client.Web (in System.ServiceModel.DomainServices.Client.Web.dll)
The WebContextBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Authentication | Gets or sets the authentication context for the application. |
![]() ![]() | Current | Gets the context that is registered as a lifetime object with the current application. |
![]() | User | Gets a principal representing the authenticated identity. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnPropertyChanged | Raises a PropertyChanged event. |
![]() | RaisePropertyChanged | Raises a PropertyChanged event for the specified property. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IApplicationLifetimeAwareExited | Called by an application immediately after the Application.Exit event occurs. |
![]() ![]() | IApplicationLifetimeAwareExiting | Called by an application immediately before the Application.Exit event occurs. |
![]() ![]() | INotifyPropertyChanged.PropertyChanged | Occurs when a property value changes. |
![]() ![]() | IApplicationLifetimeAwareStarted | Called by an application immediately after the Application.Startup event occurs. |
![]() ![]() | IApplicationLifetimeAwareStarting | Called by an application immediately before the Application.Startup event occurs. |
![]() ![]() | IApplicationServiceStartService | Starts the context as an application service. |
![]() ![]() | IApplicationServiceStopService | Stops the context as an application service. |
Show:

