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