ResetHeaders Method
Resets all HTTP headers, cookies, LocalFile , and AttachedFile .
Syntax
public void ResetHeaders();
Public Sub ResetHeaders()
Remarks
Resets all the HTTP headers to "" (empty string). Also clears the Cookies collection. Use this method before creating a new request, so that headers from the previous message are not carried over to the next one.