Reset Method
Resets request-related properties.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
Calling this method will reset the component to the original state.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.