How to get the current URL from a HttpClient

wimpie3

Well-Known Member
Licensed User
Longtime User
How to get the current URL from a HttpClient? I thought doing this would do it:

response.GetHeaders.Get("Location")

But it's not working... Any help?
 
Top