Created
May 16, 2013 10:45
-
-
Save orient-man/5590862 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var client = new ServiceStack.ServiceClient.Web.JsonServiceClient(); | |
dynamic r = client | |
.Send<string>("GET","http://127.0.0.1:8080/yourServiceStack/como-esta", new { Name = "Michael Buen" }) | |
.JsDeserialize(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment