示例#1
0
        public void name()
        {
            var client = new JsonServiceClient("http://test.servicestack.net");

            client.CaptureHttp(print: true);

            var authResponse = client.Send(new Authenticate {
                provider = "credentials", UserName = "******", Password = "******"
            });
        }