Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient FactoryOrchestratorClient(System Net IPAddress System Net Security RemoteCertificateValidationCallback int string)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient(System.Net.IPAddress, System.Net.Security.RemoteCertificateValidationCallback, int, 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, System.Net.Security.RemoteCertificateValidationCallback certificateValidationCallback, int port=45684, string serverIdentity="FactoryServer");

Parameters

host System.Net.IPAddress
IP address of the device running Factory Orchestrator Service. Use IPAddress.Loopback for local device.

certificateValidationCallback System.Net.Security.RemoteCertificateValidationCallback
A System.Net.Security.RemoteCertificateValidationCallback delegate responsible for validating the server certificate.

port System.Int32
Port to use. Factory Orchestrator Service defaults to 45684.

serverIdentity System.String
Distinguished name for the server defaults to FactoryServer.