Rebex SFTP for .NET

ProxySocket.Receive Method (Byte[])

Receives data from a connected ProxySocket.

public int Receive(
   byte[] buffer
);

Parameters

buffer
The storage location for the received data.

Return Value

The number of bytes received.

Remarks

Prior to receiving data, the socket must be connected using either a call to Connect method or a call to Listen and Accept methods.

See Also

ProxySocket Class | Rebex.Net Namespace | ProxySocket.Receive Overload List