Reset Method
Resets the component.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method resets all HTTP headers to default values and resets the XML parser.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.