Partilhar via


Método FileCacheService.TransmitFile

Envia o arquivo para o cliente.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
Public Function TransmitFile ( _
    downloadState As IDownloadState, _
    fileInformation As FileInformation, _
    path As String, _
    offset As Long, _
    length As Long _
) As Boolean
public bool TransmitFile(
    IDownloadState downloadState,
    FileInformation fileInformation,
    string path,
    long offset,
    long length
)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

FileCacheService Classe

Namespace Microsoft.TeamFoundation.Server.Core