Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The HttpContextBase associated with this web service request.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected Property HandlerHttpContext As HttpContextBase
protected HttpContextBase HandlerHttpContext { get; private set; }
protected:
property HttpContextBase^ HandlerHttpContext {
HttpContextBase^ get ();
private: void set (HttpContextBase^ value);
}
member HandlerHttpContext : HttpContextBase with get, private set
function get HandlerHttpContext () : HttpContextBase
private function set HandlerHttpContext (value : HttpContextBase)
Property Value
Type: System.Web.HttpContextBase
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.