Exemplo n.º 1
0
 internal TcpConnection(IPEndPoint remote, IPEndPoint local) => OnConstructing(remote, local);
Exemplo n.º 2
0
 await Task.WhenAll(remote, runner);
 internal UdpConnection(IPEndPoint remote, IPEndPoint local, AddressFamily family = AddressFamily.InterNetwork) => OnConstructing(remote, local, family);