我在回答Can a TCP c# client receive and send continuously/consecutively without sleep?时对我不理解的问题很少。
1)他定义了ShutdownEvent,是否需要在Sender和Receiver中定义每个事件?
2)有人可以提供如何继续代码的完整示例
else if (_stream.Read(_data, 0, _data.Length) > 0)
{
// Raise the DataReceived event w/ data...
}
他如何以及在何处定义_data。
3)经过某种程度上我设置_data确实需要设置事件为ShutdownEvent.WaitOne(1)?
对不起,很多问题,提前谢谢