示例#1
0
        public async Task <ProxyOutputDto> GetAsync()
        {
            var(host, port) = await _randomPool.NextAsync();

            if (string.IsNullOrWhiteSpace(host))
            {
                return(default);