Exemplo n.º 1
0
 public static ErrorResponse getAPiError(this System.Net.WebResponse res)
 {
     return(res.readObject <ErrorResponse>());
 }