Internal\HttpConnectionManager.cs (10)
78Log.CreatedNewConnection(_logger, id);
104Log.RemovedConnection(_logger, id);
119Log.HeartBeatStarted(_logger);
133Log.ScanningConnectionsFailed(_logger, ex);
138Log.HeartBeatEnded(_logger);
157Log.ConnectionTimedOut(_logger, connection.ConnectionId);
178Log.AuthenticationExpired(_logger, connection.ConnectionId);
211Log.ConnectionReset(_logger, connection.ConnectionId, ex);
215Log.ConnectionReset(_logger, connection.ConnectionId, ex);
219Log.FailedDispose(_logger, connection.ConnectionId, ex);