Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- fileInfo
Type: Microsoft.TeamFoundation.Server.Core.FileInformation 
- path
Type: System.String 
- offset
Type: System.Int64 
- length
Type: System.Int64 
Return Value
Type: System.Boolean
Implements
IDownloadState.TransmitFile(FileInformation, String, Int64, Int64)
.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.