ArchiSteamFarm.InMemoryServerListProvider.FetchServerListAsync C# (CSharp) Method

FetchServerListAsync() public method

public FetchServerListAsync ( ) : Task>
return Task>
		public Task<IEnumerable<IPEndPoint>> FetchServerListAsync() => Task.FromResult<IEnumerable<IPEndPoint>>(Servers);