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[],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);

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

public virtual int Receive(byte[]);

See Also

VirtualSocket Class | VirtualSocket Members | Org.Mentalis.Security.Ssl Namespace