File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This nuget package is resposible for all integration with C# and Coreflux.
1010 `using Coreflux.API;`
1111 - Get all installed assets @ our Coreflux Hub and if they are stopped Start them
1212
13- Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS );
13+ Coreflux.API.Client API = new Coreflux.API.Client("localhost");
1414 var InstalledAssets = API.GetInstances();
1515
1616 foreach(var inst in InstalledAssets)
@@ -23,7 +23,7 @@ This nuget package is resposible for all integration with C# and Coreflux.
2323
2424 - Get all installed assets @ our Coreflux Hub and if they are started / stop them
2525
26- Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS );
26+ Coreflux.API.Client API = new Coreflux.API.Client("localhost");
2727 var InstalledAssets = API.GetInstances();
2828
2929 foreach(var inst in InstalledAssets)
You can’t perform that action at this time.
0 commit comments