Rebex SFTP for .NET

ProxySocket.Receive Method

Receives data from a connected ProxySocket.

Overload List

Receives data from a connected ProxySocket.

public int Receive(byte[]);

Receives the specified amount of data from a connected ProxySocket into a specific location of the receive buffer and using the supplied flags.

public int Receive(byte[],int,int,SocketFlags);

Receives the specified amount of data from a connected ProxySocket using the supplied flags.

public int Receive(byte[],int,SocketFlags);

Receives data from a connected ProxySocket using the supplied flags.

public int Receive(byte[],SocketFlags);

See Also

ProxySocket Class | Rebex.Net Namespace