usingSystem;namespaceEmby.Server.Implementations.HttpClientManager{/// <summary>/// Class HttpClientInfo/// </summary>publicclassHttpClientInfo{/// <summary>/// Gets or sets the last timeout./// </summary>/// <value>The last timeout.</value>publicDateTimeLastTimeout{get;set;}}}