Xceed .NET Libraries Documentation
ReceiveWriteFileResponse(WriteFilePayload,Boolean,Boolean) Method


Xceed.SSH.SFtp Assembly > Xceed.SSH.SFtp Namespace > SFtp Class > ReceiveWriteFileResponse Method : ReceiveWriteFileResponse(WriteFilePayload,Boolean,Boolean) Method
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

Reference

SFtp Class
SFtp Members
Overload List