Mentalis.org Security Library documentation

VirtualSocket.SendTo Method

Sends data to a specific endpoint, starting at the indicated location in the data.

Overload List

Sends data to a specific endpoint, starting at the indicated location in the data.

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

Sends data to a specific endpoint, starting at the indicated location in the data.

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

Sends data to a specific endpoint, starting at the indicated location in the data.

public virtual int SendTo(byte[],EndPoint);

Sends data to a specific endpoint, starting at the indicated location in the data.

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

See Also

VirtualSocket Class | Org.Mentalis.Security.Ssl Namespace