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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextRequestContext being used to execute this request
.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.