Skip to content

Instantly share code, notes, and snippets.

@orient-man
Created May 16, 2013 10:45
Show Gist options
  • Save orient-man/5590862 to your computer and use it in GitHub Desktop.
Save orient-man/5590862 to your computer and use it in GitHub Desktop.
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