ITeamFoundationRequestFilter.RequestReady Method

RequestReady is called after the request has completed authentication and is about to begin execution. At this point the requestContext.UserContext property will contain the authenticated user information.

An ITeamFoundationRequestFilter can throw a RequestFilterException in RequestReady to cause the request to be completed early and an error message to be returned to the caller.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Sub RequestReady ( _
    requestContext As TeamFoundationRequestContext _
)
void RequestReady(
    TeamFoundationRequestContext requestContext
)
void RequestReady(
    TeamFoundationRequestContext^ requestContext
)
abstract RequestReady : 
        requestContext:TeamFoundationRequestContext -> unit
function RequestReady(
    requestContext : TeamFoundationRequestContext
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationRequestFilter Interface

Microsoft.TeamFoundation.Framework.Server Namespace