Osterwalder.RemoteControlService.Wcf
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Osterwalder.RemoteControlService.Wcf --version 1.0.0
NuGet\Install-Package Osterwalder.RemoteControlService.Wcf -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Osterwalder.RemoteControlService.Wcf" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Osterwalder.RemoteControlService.Wcf --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Osterwalder.RemoteControlService.Wcf, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Osterwalder.RemoteControlService.Wcf as a Cake Addin #addin nuget:?package=Osterwalder.RemoteControlService.Wcf&version=1.0.0 // Install Osterwalder.RemoteControlService.Wcf as a Cake Tool #tool nuget:?package=Osterwalder.RemoteControlService.Wcf&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WCF Remote Control Service Contract
Version 1.0
RemoteControlService allows to remote control Osterwalder Powder Press Cells.
It is based on Microsoft Windows Communication Foundation.
Requirements
RCS requires a license to be enabled on the press cell to accept connections.
Install Required Packages
The following packages are required to establish a connection:
Prepare event handler
You need to provide an implementation of IRemoteControlServiceEvents
which handles the event notifications from the remote control service.
Establish a connection
var callback = new RemoteControlServiceEventHandler();
var channelFactory = new DuplexChannelFactory<IRemoteControlService>(
new InstanceContext(callback),
new NetTcpBinding(SecurityMode.None),
new EndpointAddress("net.tcp://hostname:8001/RemoteControlService"));
var channel = channelFactory.CreateChannel();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- System.ServiceModel.Primitives (>= 4.10.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0-pre.61 | 51 | 6/19/2024 |
3.0.0-pre.60 | 56 | 6/18/2024 |
3.0.0-pre.59 | 61 | 5/23/2024 |
3.0.0-pre.58 | 58 | 5/23/2024 |
3.0.0-pre.57 | 60 | 5/17/2024 |
3.0.0-pre.56 | 58 | 5/17/2024 |
3.0.0-pre.55 | 60 | 5/16/2024 |
3.0.0-pre.53 | 1,170 | 5/3/2024 |
2.2.3 | 64 | 5/2/2024 |
2.2.2 | 143 | 4/24/2024 |
2.2.1 | 136 | 1/26/2024 |
2.2.0 | 170 | 12/21/2023 |
2.1.3 | 52 | 5/2/2024 |
2.1.2 | 100 | 1/26/2024 |
2.1.1 | 107 | 12/21/2023 |
2.1.0 | 112 | 12/20/2023 |
2.0.3 | 60 | 5/2/2024 |
2.0.2 | 98 | 1/26/2024 |
2.0.1 | 118 | 12/21/2023 |
2.0.0 | 170 | 11/22/2023 |
1.0.4 | 55 | 5/2/2024 |
1.0.3 | 101 | 1/26/2024 |
1.0.2 | 110 | 12/14/2023 |
1.0.1 | 140 | 11/23/2023 |
1.0.0 | 131 | 11/20/2023 |