Reset Method
Resets the server state created during the connection.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method resets the server state created during the connection, so that a new message may be sent to the gateway using the already established connection.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.