Sends data to a connected ProxySocket.
Sends data to a connected ProxySocket.
public int Send(byte[]);
Sends the specified amount of data to a connected ProxySocket starting at the indicated location in the data and using the supplied flags.
public int Send(byte[],int,int,SocketFlags);
Sends the specified amount of data to a connected ProxySocket using the supplied flags.
public int Send(byte[],int,SocketFlags);
Sends data to a connected ProxySocket using the supplied flags.
public int Send(byte[],SocketFlags);
ProxySocket Class | Rebex.Net Namespace