创建于2020年2月29号
1.客户端发送消息用BeginSend,用到队列。
2.客户端接收消息用BeginReceive,用到队列。
3.服务器发送消息用BeginSend,没有队列。
4.服务器接收消息用Receive,没有队列。