SimpleNet.ServiceHost.Contracts.dll
1.0.0
Basic contracts that are needed for SimpleNet.ServiceHost to start pluggable Windows Services
- Provides Interfaces and Binding Defaults for making WCF calls using HTTP, TCP, MSMQ bindings.
- Provides the Proxy layer to "Invoke" these services so you do not have to create "ServiceReferences"
in your application
Install-Package SimpleNet.ServiceHost.Contracts.dll -Version 1.0.0
dotnet add package SimpleNet.ServiceHost.Contracts.dll --version 1.0.0
<PackageReference Include="SimpleNet.ServiceHost.Contracts.dll" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleNet.ServiceHost.Contracts.dll --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
1.0.0 : Initial set of interface and abstract classes
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SimpleNet.ServiceHost.Contracts.dll:
Package | Downloads |
---|---|
SimpleNet.ServiceHost.dll
Config free pluggable Windows Services Framework for hosting WCF services
- HTTP Binding
- MSMQ Binding
- TCP Binding
- Duplex TCP Binding
- Self Contained Backend Processes
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 845 | 7/28/2016 |