ServiceStack.WebHost.Endpoints.Tests.AsyncRestClientTests.JsvAsyncRestServiceClientTests.CreateAsyncRestClient C# (CSharp) Method

CreateAsyncRestClient() protected method

protected CreateAsyncRestClient ( ) : IRestClientAsync
return IRestClientAsync
            protected override IRestClientAsync CreateAsyncRestClient()
            {
                return new JsvServiceClient(ListeningOn);
            }
        }
AsyncRestClientTests.JsvAsyncRestServiceClientTests