tcp client.cs
public class stateobject
{
public socket worksocket = null;
public const int Buffer_Size=2048;
public byte[] buffer= new byte[Buffer_size];
public stringbuilder sb = new stringbuilder();
}
{
public socket worksocket = null;
public const int Buffer_Size=2048;
public byte[] buffer= new byte[Buffer_size];
public stringbuilder sb = new stringbuilder();
}