Write a stream of bytes to the socket.
public bool WriteStream(byte[],ref int);
Write a string of characters to the socket.
public bool WriteStream(string,ref int);
SocketWrench Class | SocketTools Namespace