Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtp Class / ReceiveWriteFileResponse Method / ReceiveWriteFileResponse(WriteFilePayload,Boolean,Boolean) Method


In This Topic
    ReceiveWriteFileResponse(WriteFilePayload,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ReceiveWriteFileResponse( _
       ByVal writeFileRequest As WriteFilePayload, _
       ByVal wait As Boolean, _
       ByVal throwExceptions As Boolean _
    ) As StatusResponsePayload
    'Usage
     
    Dim instance As SFtp
    Dim writeFileRequest As WriteFilePayload
    Dim wait As Boolean
    Dim throwExceptions As Boolean
    Dim value As StatusResponsePayload
     
    value = instance.ReceiveWriteFileResponse(writeFileRequest, wait, throwExceptions)
    public StatusResponsePayload ReceiveWriteFileResponse( 
       WriteFilePayload writeFileRequest,
       bool wait,
       bool throwExceptions
    )

    Parameters

    writeFileRequest
    wait
    throwExceptions
    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