Microsoft FactoryOrchestrator Client FactoryOrchestratorClient FactoryOrchestratorClient(System Net IPAddress int string string)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient(System.Net.IPAddress, int, string, string) 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, string serverIdentity="FactoryServer", string certhash="E8BF0011168803E6F4AF15C9AFE8C9C12F368C8F");
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.
serverIdentity
System.String
Distinguished name for the server defaults to FactoryServer.
certhash
System.String
Hash value for the server certificate defaults to E8BF0011168803E6F4AF15C9AFE8C9C12F368C8F.