Mentalis.org Security Library documentation

VirtualSocket.ReceiveFrom Method

Receives a datagram in a specific location in the data buffer and stores the endpoint.

Overload List

Receives a datagram in a specific location in the data buffer and stores the endpoint.

public virtual int ReceiveFrom(byte[],int,int,SocketFlags,ref EndPoint);

Receives a datagram in a specific location in the data buffer and stores the endpoint.

public virtual int ReceiveFrom(byte[],int,SocketFlags,ref EndPoint);

Receives a datagram in a specific location in the data buffer and stores the endpoint.

public virtual int ReceiveFrom(byte[],ref EndPoint);

Receives a datagram in a specific location in the data buffer and stores the endpoint.

public virtual int ReceiveFrom(byte[],SocketFlags,ref EndPoint);

See Also

VirtualSocket Class | Org.Mentalis.Security.Ssl Namespace