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 is created for each request when the ASP.Net Application_BeginRequest call is made and is available throughout the processing of the request
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property RequestContext As TeamFoundationRequestContext
public virtual TeamFoundationRequestContext RequestContext { get; internal set; }
public:
virtual property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
internal: void set (TeamFoundationRequestContext^ value);
}
abstract RequestContext : TeamFoundationRequestContext with get, internal set
override RequestContext : TeamFoundationRequestContext with get, internal set
function get RequestContext () : TeamFoundationRequestContext
internal function set RequestContext (value : 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.