I am making a windows form application using c# that will check a url, follow redirection and sees if the redirected url is the one i want.
As a new programmer, I have only handled any network related things in java and my searches of doing the same in c# have been unsuccessful. Could you guys help me out please?