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