Skip to content

rjinaga/IocServiceStack.Client

Repository files navigation

IocServiceStack.Client

Gitter Build status

IocServiceStack.Client is a open source .NET library to communicate over HTTP with IocServiceStack.Gateway. This enables communication to remote services of IocServiceStack.

out and ref arguments cannot be used when making remote calls.

Supports

  • .NET Framework 4.6
PM> Install-Package IocServiceStack.Client -Pre

NuGet Pre Release

Usage

Setup

using IocServiceStack.Client;

//Configure remote services
IocServicelet.Configure(config =>
{
    config.UseRemoteServices(
	gatewayBaseUrl : 
		"http://localhost:8080/serviceapi");
});

Web N-Tier Architecture using IocServiceStack, IocServiceStack.Gateway, and IocServiceStack.Client

https://github.com/rjinaga/Web-N-Tier-Architecture

About

A client library for IocServiceStack communication over HTTP with IocServiceStack services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages