Receives data from a connected ProxySocket.
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);
ProxySocket Class | Rebex.Net Namespace