예제 #1
0
 public TcpServerDataReceivedEventArgs(TcpSocketClient client, byte[] data)
     : this(client, data, 0, data.Length)
 {
 }