Mentalis.org Security Library documentation

SecureSocket.Receive Method

Receives data from a connected SecureSocket into a specific location of the receive buffer.

Overload List

Receives data from a connected SecureSocket into a specific location of the receive buffer.

public override int Receive(byte[]);

Receives data from a connected SecureSocket into a specific location of the receive buffer.

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

Receives data from a connected SecureSocket into a specific location of the receive buffer.

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

Receives data from a connected SecureSocket into a specific location of the receive buffer.

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

See Also

SecureSocket Class | Org.Mentalis.Security.Ssl Namespace