Share via


RestApiDownloadState.TransmitFile Method

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

Syntax

'Declaration
Public Function TransmitFile ( _
    fileInfo As FileInformation, _
    path As String, _
    offset As Long, _
    length As Long _
) As Boolean
public bool TransmitFile(
    FileInformation fileInfo,
    string path,
    long offset,
    long length
)
public:
virtual bool TransmitFile(
    FileInformation^ fileInfo, 
    String^ path, 
    long long offset, 
    long long length
) sealed
abstract TransmitFile : 
        fileInfo:FileInformation * 
        path:string * 
        offset:int64 * 
        length:int64 -> bool  
override TransmitFile : 
        fileInfo:FileInformation * 
        path:string * 
        offset:int64 * 
        length:int64 -> bool
public final function TransmitFile(
    fileInfo : FileInformation, 
    path : String, 
    offset : long, 
    length : long
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

IDownloadState.TransmitFile(FileInformation, String, Int64, Int64)

.NET Framework Security

See Also

Reference

RestApiDownloadState Class

Microsoft.TeamFoundation.Server.Core Namespace