1using System.ServiceModel;
26 public const string Endpoint =
"net.tcp://localhost:12543/RemotePluginService";
Interaction with Chronos crossing the process barrier. A normal Chronos plugin is a class library loa...
Very basic service, only to show that you can trigger some action from outside and get a response.
bool DoSomething(string someParameter)
To avoid duplicating the endpoint definition in server and client.