Share via


VisualStudioServicesApplication.RequestContext Property

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

See Also

Reference

VisualStudioServicesApplication Class

Microsoft.TeamFoundation.Framework.Server Namespace