Ejemplo n.º 1
0
 /// <summary>
 /// Essential to call to get rid of the HTTP client
 /// </summary>
 public void Dispose( )
 {
     if (HTTP != null)
     {
         HTTP.Dispose( );
     }
 }