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