microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
523 stars 517 forks source link

Fiddler Proxy #278

Open natebunton opened 4 years ago

natebunton commented 4 years ago

I am having some inconsistent results when getting agents by pool id and I'd like to confirm what the web request/response objects look like. Is there a way to configure the http client to send the traffic through fiddler to see the request/responses?

List<TaskAgent> agents = await _taskAgentClient.GetAgentsAsync(agentPoolId);