ServerContext Members
Include Protected Members
Include Inherited Members
Provides run-time methods for shared services in Microsoft Office SharePoint Server 2007.
The ServerContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | Gets the ServerContext instance for the current request. | |
Default | Gets the default ServerContext instance for the local server farm. | |
Status | Gets the status of the ServerContext object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContext(SPWebApplication) | Gets the ServerContext instance for the specified Web application. | |
GetContext(SPSite) | Gets the ServerContext instance for the specified site. | |
GetContext(String) | Gets the ServerContext instance for the specified Shared Services Provider. | |
GetContext(HttpContext) | Gets the ServerContext instance for the specified HttpContext. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top