Click or drag to resize

DesktopConnection Constructor

Creates a new instance of DesktopConnection (obsolete) using the specified UUID, host, port, and external Window.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public DesktopConnection(
	string uuid,
	string host,
	int port,
	ExternalWindow externalWindow = null
)

Parameters

uuid
Type: SystemString
The connection UUID.
host
Type: SystemString
The host to connect to.
port
Type: SystemInt32
The port number to connect on.
externalWindow (Optional)
Type: Openfin.DesktopExternalWindow

[Missing <param name="externalWindow"/> documentation for "M:Openfin.Desktop.DesktopConnection.#ctor(System.String,System.String,System.Int32,Openfin.Desktop.ExternalWindow)"]

See Also