IProcessTemplateContentHandler.TransferTemplateFileContent Method
It transfers the content of the file to the response object
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub TransferTemplateFileContent ( _
requestContext As TeamFoundationRequestContext, _
response As HttpResponse _
)
void TransferTemplateFileContent(
TeamFoundationRequestContext requestContext,
HttpResponse response
)
void TransferTemplateFileContent(
TeamFoundationRequestContext^ requestContext,
HttpResponse^ response
)
abstract TransferTemplateFileContent :
requestContext:TeamFoundationRequestContext *
response:HttpResponse -> unit
function TransferTemplateFileContent(
requestContext : TeamFoundationRequestContext,
response : HttpResponse
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextthe request context
response
Type: System.Web.HttpResponsethe destination of the process template content
.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.