Mentalis.org Security Library documentation

VirtualSocket.Receive Method

Receives data from a connected VirtualSocket in a specific location of the receive buffer.

Overload List

Receives data from a connected VirtualSocket in a specific location of the receive buffer.

public virtual int Receive(byte[]);

Receives data from a connected VirtualSocket in a specific location of the receive buffer.

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

Receives data from a connected VirtualSocket in a specific location of the receive buffer.

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

Receives data from a connected VirtualSocket in a specific location of the receive buffer.

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

See Also

VirtualSocket Class | Org.Mentalis.Security.Ssl Namespace