Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The request context of the current request.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected ReadOnly Property RequestContext As TeamFoundationRequestContext
protected TeamFoundationRequestContext RequestContext { get; }
protected:
property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
}
member RequestContext : TeamFoundationRequestContext with get
function get RequestContext () : TeamFoundationRequestContext
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Returns TeamFoundationRequestContext.
.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.