SimpleNet.ServiceHost.Contracts.dll
1.0.0
dotnet add package SimpleNet.ServiceHost.Contracts.dll --version 1.0.0
NuGet\Install-Package SimpleNet.ServiceHost.Contracts.dll -Version 1.0.0
<PackageReference Include="SimpleNet.ServiceHost.Contracts.dll" Version="1.0.0" />
paket add SimpleNet.ServiceHost.Contracts.dll --version 1.0.0
#r "nuget: SimpleNet.ServiceHost.Contracts.dll, 1.0.0"
// Install SimpleNet.ServiceHost.Contracts.dll as a Cake Addin #addin nuget:?package=SimpleNet.ServiceHost.Contracts.dll&version=1.0.0 // Install SimpleNet.ServiceHost.Contracts.dll as a Cake Tool #tool nuget:?package=SimpleNet.ServiceHost.Contracts.dll&version=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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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 | Downloads | Last updated |
---|---|---|
1.0.0 | 2,565 | 7/28/2016 |
1.0.0 : Initial set of interface and abstract classes