Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 463 Bytes

File metadata and controls

11 lines (7 loc) · 463 Bytes

The ServiceStack.Common project

This project holds common, generic and use-ful functionality that is commonly shared amongst other ServiceStack .NET projects

ServiceStack.ServiceClient.Web

Holds the C# web sync / async REST, RPC and SOAP service clients.

Messaging

A In-memory implmentation of a Transient Message Queue service publisher and consumer. Note: The ServiceStack.Redis C# client uses these classes to provide a Redis back end.