2 references to Connected
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (1)
3228if (NetEventSource.Log.IsEnabled()) NetEventSource.Connected(this, LocalEndPoint, RemoteEndPoint);
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
933NetEventSource.Connected(_currentSocket!, _currentSocket!.LocalEndPoint, _currentSocket.RemoteEndPoint);