Click or drag to resize

TelegramSocketOpenAsync Method (Boolean, TelegramUdpAddressEditor, Flags)

Opens a telegram socket over UDP.

Namespace:  Demo3D.HLE.Comms.Net
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 17.00.05
Syntax
C#
public static Task<Connection> OpenAsync(
	bool sync,
	TelegramUdpAddressEditor addressEditor,
	Flags flags = default
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned is guaranteed to be complete.
addressEditor
Type: Demo3D.HLE.Comms.NetTelegramUdpAddressEditor
Address editor.
flags (Optional)
Type: Demo3D.NetFlags
Connection flags.

Return Value

Type: TaskConnection
A new telegram connection.
See Also