TeamFoundationForwardLinkService.Redirect Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub Redirect ( _
requestContext As TeamFoundationRequestContext, _
linkName As String, _
endResponse As Boolean _
)
public void Redirect(
TeamFoundationRequestContext requestContext,
string linkName,
bool endResponse
)
public:
void Redirect(
TeamFoundationRequestContext^ requestContext,
String^ linkName,
bool endResponse
)
member Redirect :
requestContext:TeamFoundationRequestContext *
linkName:string *
endResponse:bool -> unit
public function Redirect(
requestContext : TeamFoundationRequestContext,
linkName : String,
endResponse : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- linkName
Type: System.String
- endResponse
Type: System.Boolean
.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.