Write one or more bytes of data to the server.
Write one or more bytes of data to the server.
public int Write(byte[]);
Write one or more bytes of data to the server.
public int Write(byte[],int);
Write a string of characters to the server.
public int Write(string);
Write a string of characters to the server.
public int Write(string,int);