'Declaration Protected Overloads Function ReceiveReadFileResponse( _ ByVal readFileResponse As SSHPacketPayload _ ) As Byte()
'Usage Dim instance As SFtp Dim readFileResponse As SSHPacketPayload Dim value() As Byte value = instance.ReceiveReadFileResponse(readFileResponse)
protected byte[] ReceiveReadFileResponse( SSHPacketPayload readFileResponse )
Parameters
- readFileResponse