| NetworkBaseSendStringAndCheckReceiveAsync 方法 | 
 重载列表
重载列表| 名称 | 说明 | |
|---|---|---|
|  | SendStringAndCheckReceiveAsync(Socket, Int32, String) | 
            [自校验] 直接发送字符串数据并确认对方接收完成数据,如果结果异常,则结束通讯 [Self-checking] Send string data directly and confirm that the other party has received the completed data. If the result is abnormal, the communication ends. | 
|  | SendStringAndCheckReceiveAsync(Socket, Int32, String) | 
            [自校验] 直接发送字符串数组并确认对方接收完成数据,如果结果异常,则结束通讯 [Self-check] Send string array directly and confirm that the other party has received the completed data. If the result is abnormal, the communication ends. | 
 参见
参见