예제 #1
0
 public void SendWithResponseHandler()
 {
     try
     {
         // GSResponse.ResponseForMethod("method", new NSData()), new NSError(new NSString("qw"), 1)
         var h = new GSResponseHandler(Method);
         request.SendWithResponseHandler(h);
     }
     catch (Exception e)
     {
         Assert.Fail(e.Message);
     }
     Assert.Pass();
 }
예제 #2
0
 public void SendWithResponseHandler()
 {
     try
       {
     // GSResponse.ResponseForMethod("method", new NSData()), new NSError(new NSString("qw"), 1)
     var h = new GSResponseHandler(Method);
     request.SendWithResponseHandler(h);
       }
       catch (Exception e)
       {
     Assert.Fail(e.Message);
       }
       Assert.Pass();
 }