Share via


TeamFoundationApplication Members

Include Protected Members
Include Inherited Members

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

The TeamFoundationApplication type exposes the following members.

Methods

 

Name

Description

Public method

AddOnAcquireRequestStateAsync

Overloaded. Adds the specified AcquireRequestState event to the collection of asynchronous AcquireRequestState event handlers for the current request.

Public method

AddOnAuthenticateRequestAsync

Overloaded. Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request.

Public method

AddOnAuthorizeRequestAsync

Overloaded. Adds the specified AuthorizeRequest event to the collection of asynchronous AuthorizeRequest event handlers for the current request.

Public method

AddOnBeginRequestAsync

Overloaded. Adds the specified BeginRequest event to the collection of asynchronous BeginRequest event handlers for the current request.

Public method

AddOnEndRequestAsync

Overloaded. Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request.

Public method

AddOnPostAcquireRequestStateAsync

Overloaded. Adds the specified PostAcquireRequestState event to the collection of asynchronous PostAcquireRequestState event handlers for the current request.

Public method

AddOnPostAuthenticateRequestAsync

Overloaded. Adds the specified AddOnPostAcquireRequestStateAsync event to the collection of asynchronous PostAuthenticateRequest event handlers for the current request.

Public method

AddOnPostAuthorizeRequestAsync

Overloaded. Adds the specified PostAuthorizeRequest event to the collection of asynchronous PostAuthorizeRequest event handlers for the current request.

Public method

AddOnPostMapRequestHandlerAsync

Overloaded. Adds the specified PostMapRequestHandler event to the collection of asynchronous PostMapRequestHandler event handlers for the current request.

Public method

AddOnPostReleaseRequestStateAsync

Overloaded. Adds the specified PostReleaseRequestState event to the collection of asynchronous PostReleaseRequestState event handlers for the current request.

Public method

AddOnPostRequestHandlerExecuteAsync

Overloaded. Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request.

Public method

AddOnPostResolveRequestCacheAsync

Overloaded. Adds the specified PostResolveRequestCache event to the collection of asynchronous PostResolveRequestCache event handlers for the current request.

Public method

AddOnPostUpdateRequestCacheAsync

Overloaded. Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request.

Public method

AddOnPreRequestHandlerExecuteAsync

Overloaded. Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request.

Public method

AddOnReleaseRequestStateAsync

Overloaded. Adds the specified ReleaseRequestState event to the collection of asynchronous ReleaseRequestState event handlers for the current request.

Public method

AddOnResolveRequestCacheAsync

Overloaded. Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request.

Public method

AddOnUpdateRequestCacheAsync

Overloaded. Adds the specified UpdateRequestCache event to the collection of asynchronous UpdateRequestCache event handlers for the current request.

Protected method

AddUnreportedExceptions

Infrastructure.

Protected method

Application_AuthenticateRequest

Infrastructure.

Protected method

Application_BeginRequest

Infrastructure.

Protected method

Application_End

Infrastructure.

Protected method

Application_EndRequest

Infrastructure.

Protected method

Application_Error

Infrastructure.

Protected method

Application_Start

Infrastructure.

Protected method

ATStampMatches

Infrastructure.

Public method

CompleteRequest

Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the EndRequest event. (Inherited from HttpApplication.)

Public method

Dispose

Disposes the HttpApplication instance. (Inherited from HttpApplication.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

ExceptionHandler

Infrastructure.

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Protected method

GetApplicationInstanceInfo

Infrastructure.

Protected method

GetBisInstanceInfo

Infrastructure.

Protected method

GetDatabaseConnectionString

Infrastructure.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetInstalledUICulture

Infrastructure.

Protected method

GetRegistrationEntry

Infrastructure.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

GetVaryByCustomString

Provides an application-wide implementation of the VaryByCustom property. (Inherited from HttpApplication.)

Protected method

HaveValidUserLicense

Infrastructure.

Public method

Init

Infrastructure. (Overrides HttpApplication.Init().)

Protected method

Initialize

Infrastructure.

Protected method

InstanceInfoMatches

Infrastructure.

Protected method

IsExceptionFiltered

Infrastructure.

Protected method

IsPathExcludedFromInitRequirement

Infrastructure.

Protected method

IsRequestFiltered

Infrastructure.

Protected method

IsServicingRequests

Infrastructure.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

Session_End

Infrastructure.

Protected method

Session_Start

Infrastructure.

Protected method

Shutdown

Infrastructure.

Protected method

StartupExceptionHandler

Infrastructure.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Protected method

UnhandledExceptionHandler

Infrastructure.

Top

Fields

 

Name

Description

Protected fieldStatic member

s_instanceInfoInitialized

Infrastructure.

Protected fieldStatic member

s_instanceInfoInitLock

Infrastructure.

Protected fieldStatic member

s_instanceInfoMatches

Infrastructure.

Protected fieldStatic member

s_stampMatches

Infrastructure.

Protected fieldStatic member

s_stampMatchInitialized

Infrastructure.

Protected fieldStatic member

s_stampSyncRoot

Infrastructure.

Top

Properties

 

Name

Description

Public property

Application

Gets the current state of an application. (Inherited from HttpApplication.)

Protected property

ApplicationInitializationExclusionRequestPathList

Infrastructure.

Protected property

ApplicationStartMessage

Infrastructure.

Protected property

ApplicationStopMessage

Infrastructure.

Protected property

CheckATStampMatchAtStartup

Infrastructure.

Protected property

CheckInstanceGuidsAtStartup

Infrastructure.

Public property

Context

Gets HTTP-specific information about the current request. (Inherited from HttpApplication.)

Protected property

Events

Gets the list of event handler delegates that process all application events. (Inherited from HttpApplication.)

Protected property

ExceptionTypeFilterList

Infrastructure.

Protected propertyStatic member

IsInitialized

Infrastructure.

Protected property

LoggingDBReportName

Infrastructure.

Public property

Modules

Gets the collection of modules for the current application. (Inherited from HttpApplication.)

Protected property

OperationalDbConnectionString

Infrastructure.

Public property

Request

Gets the intrinsic request object for the current request. (Inherited from HttpApplication.)

Public property

Response

Gets the intrinsic response object for the current request. (Inherited from HttpApplication.)

Public property

Server

Gets the intrinsic server object for the current request. (Inherited from HttpApplication.)

Public property

Session

Gets the intrinsic session object that provides access to session data. (Inherited from HttpApplication.)

Public property

Site

Gets or sets a site interface for an IComponent implementation. (Inherited from HttpApplication.)

Protected property

TeamFoundationComponent

Infrastructure.

Protected propertyStatic member

TeamFoundationServer

Infrastructure.

Public propertyStatic member

TfsNameUrl

Infrastructure.

Public property

User

Gets the intrinsic user object for the current request. (Inherited from HttpApplication.)

Protected property

WebMethodEnumTableType

Infrastructure.

Top

Events

 

Name

Description

Public event

AcquireRequestState

Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request. (Inherited from HttpApplication.)

Public event

AuthenticateRequest

Occurs when a security module has established the identity of the user. (Inherited from HttpApplication.)

Public event

AuthorizeRequest

Occurs when a security module has verified user authorization. (Inherited from HttpApplication.)

Public event

BeginRequest

Occurs as the first event in the HTTP pipeline chain of execution when ASP.NET responds to a request. (Inherited from HttpApplication.)

Public event

Disposed

Occurs when the application is disposed. (Inherited from HttpApplication.)

Public event

EndRequest

Occurs as the last event in the HTTP pipeline chain of execution when ASP.NET responds to a request. (Inherited from HttpApplication.)

Public event

Error

Occurs when an unhandled exception is thrown. (Inherited from HttpApplication.)

Public event

PostAcquireRequestState

Occurs when the request state (for example, session state) that is associated with the current request has been obtained. (Inherited from HttpApplication.)

Public event

PostAuthenticateRequest

Occurs when a security module has established the identity of the user. (Inherited from HttpApplication.)

Public event

PostAuthorizeRequest

Occurs when the user for the current request has been authorized. (Inherited from HttpApplication.)

Public event

PostMapRequestHandler

Occurs when ASP.NET has mapped the current request to the appropriate event handler. (Inherited from HttpApplication.)

Public event

PostReleaseRequestState

Occurs when ASP.NET has completed executing all request event handlers and the request state data has been stored. (Inherited from HttpApplication.)

Public event

PostRequestHandlerExecute

Occurs when the ASP.NET event handler (for example, a page or an XML Web service) finishes execution. (Inherited from HttpApplication.)

Public event

PostResolveRequestCache

Occurs when ASP.NET bypasses execution of the current event handler and allows a caching module to serve a request from the cache. (Inherited from HttpApplication.)

Public event

PostUpdateRequestCache

Occurs when ASP.NET finishes updating caching modules and storing responses that are used to serve subsequent requests from the cache. (Inherited from HttpApplication.)

Public event

PreRequestHandlerExecute

Occurs just before ASP.NET starts executing an event handler (for example, a page or an XML Web service). (Inherited from HttpApplication.)

Public event

PreSendRequestContent

Occurs just before ASP.NET sends content to the client. (Inherited from HttpApplication.)

Public event

PreSendRequestHeaders

Occurs just before ASP.NET sends HTTP headers to the client. (Inherited from HttpApplication.)

Public event

ReleaseRequestState

Occurs after ASP.NET finishes executing all request event handlers. This event causes state modules to save the current state data. (Inherited from HttpApplication.)

Public event

ResolveRequestCache

Occurs when ASP.NET finishes an authorization event to let the caching modules serve requests from the cache, bypassing execution of the event handler (for example, a page or an XML Web service). (Inherited from HttpApplication.)

Public event

UpdateRequestCache

Occurs when ASP.NET finishes executing an event handler in order to let caching modules store responses that will be used to serve subsequent requests from the cache. (Inherited from HttpApplication.)

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IHttpAsyncHandler.BeginProcessRequest

Initiates an asynchronous call to the HTTP event handler. (Inherited from HttpApplication.)

Explicit interface implemetationPrivate method

IHttpAsyncHandler.EndProcessRequest

Provides an asynchronous process End method when the process finishes. (Inherited from HttpApplication.)

Explicit interface implemetationPrivate property

IHttpHandler.IsReusable

Gets a Boolean value indicating whether another request can use the IHttpHandler object. (Inherited from HttpApplication.)

Explicit interface implemetationPrivate method

IHttpHandler.ProcessRequest

Enables processing of HTTP Web requests by a custom HTTP handler that implements the IHttpHandler interface. (Inherited from HttpApplication.)

Top

See Also

Reference

TeamFoundationApplication Class

Microsoft.TeamFoundation.Server Namespace