定义了字节数组 BYTE aByte[20] ;
    aByte[0] = 2 ;
    aByte[1] = 0 ;
....CSocket sSocketConClient;
连接了服务器端后如何把这个字节数组发送出去
请教!