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();
}
posted @ 2012-11-15 10:01  心际迷航  阅读(121)  评论(0编辑  收藏  举报