Windows http authentication

Via http socket I am trying to GET data from a web service. However I need to authenticate to this web service using domain credentials. Does anyone have an example on how to get this done using http socket?

In the AuthenticationRequired event, fill in the Name and Password and return True.

Thank you Tim