ServerContext 成员
包括受保护的成员
包括继承的成员
提供用于在 Microsoft Office SharePoint Server 2007 中的共享服务的运行时方法。此类或成员已被弃用。更新或编写使用此类或此成员的新应用程序时,请改用新的类或成员。改为使用SPServiceContext 。
ServerContext 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Current | 获取当前请求的ServerContext实例。 | |
Default | 获取本地服务器场的默认ServerContext实例。 | |
Status | 获取ServerContext对象的状态。 |
页首
方法
名称 | 说明 | |
---|---|---|
GetContext(SPWebApplication) | 获取指定的 Web 应用程序的ServerContext实例。 | |
GetContext(SPSite) | 获取指定的网站ServerContext实例。 | |
GetContext(String) | 获取指定的共享服务提供程序的ServerContext实例。 | |
GetContext(HttpContext) | 获取指定的HttpContextServerContext实例。 |
页首