Mentalis.org Security Library documentation

SecureSocket.Send Method

Sends data to a connected SecureSocket, starting at the indicated location in the data.

Overload List

Sends data to a connected SecureSocket, starting at the indicated location in the data.

public override int Send(byte[]);

Sends data to a connected SecureSocket, starting at the indicated location in the data.

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

Sends data to a connected SecureSocket, starting at the indicated location in the data.

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

Sends data to a connected SecureSocket, starting at the indicated location in the data.

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

See Also

SecureSocket Class | Org.Mentalis.Security.Ssl Namespace