Microsoft FactoryOrchestrator Client FactoryOrchestratorClient FactoryOrchestratorClient(System Net IPAddress int)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient(System.Net.IPAddress, int) Constructor
Creates a new FactoryOrchestratorClient instance. WARNING: Use FactoryOrchestratorUWPClient for UWP clients or your UWP app will crash!
public FactoryOrchestratorClient(System.Net.IPAddress host, int port=45684);
Parameters
host
System.Net.IPAddress
IP address of the device running Factory Orchestrator Service. Use IPAddress.Loopback for local device.
port
System.Int32
Port to use. Factory Orchestrator Service defaults to 45684.