WebContextBase.Current 属性

获取注册为当前应用程序生存期对象的上下文。

命名空间: System.ServiceModel.DomainServices.Client.ApplicationServices
程序集: System.ServiceModel.DomainServices.Client.Web(在 system.servicemodel.domainservices.client.web.dll 中)

用法

用法
Dim value As WebContextBase

value = WebContextBase.Current

语法

声明
Public Shared ReadOnly Property Current As WebContextBase
public static WebContextBase Current { get; }
public:
static property WebContextBase^ Current {
    WebContextBase^ get ();
}
/** @property */
public static WebContextBase get_Current ()
public static function get Current () : WebContextBase

属性值

注册为当前应用程序生存期对象的上下文。

异常

异常类型 条件
InvalidOperationException

无上下文添加至该属性中。

线程安全

此类型的任何公共静态(在 Visual Basic 中为 共享)成员都是线程安全的。不保证所有实例成员都是线程安全的。

平台

开发平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目标平台

另请参见

参考

WebContextBase 类
WebContextBase 成员
System.ServiceModel.DomainServices.Client.ApplicationServices 命名空间