Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtp Class / SendReadFileRequest Method


In This Topic
    SendReadFileRequest Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function SendReadFileRequest( _
       ByVal handle() As Byte, _
       ByVal offset As Long, _
       ByVal count As Integer _
    ) As ReadFilePayload
    'Usage
     
    Dim instance As SFtp
    Dim handle() As Byte
    Dim offset As Long
    Dim count As Integer
    Dim value As ReadFilePayload
     
    value = instance.SendReadFileRequest(handle, offset, count)
    public ReadFilePayload SendReadFileRequest( 
       byte[] handle,
       long offset,
       int count
    )

    Parameters

    handle
    offset
    count
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also