Click or drag to resize

TelegramConnectionCreate Method (TelegramTcpAddressEditor)

Opens a TCP telegram connection.

Namespace:  Demo3D.HLE.Comms.Net
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public static Connection Create(
	TelegramTcpAddressEditor addressEditor
)

Parameters

addressEditor
Type: Demo3D.HLE.Comms.NetTelegramTcpAddressEditor
Address editor.

Return Value

Type: Connection
A new telegram connection.
See Also