Click or drag to resize

TelegramConnectionCreateAsync(Boolean, TelegramUdpAddressEditor) Method

Note: This API is now obsolete.

Opens a UDP telegram connection.

Namespace: Demo3D.HLE.Comms.Net
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
[ObsoleteAttribute("TelegramConnection is deprecated, consider using TelegramSocket instead.", 
	false)]
public static Task<Connection> CreateAsync(
	bool sync,
	TelegramUdpAddressEditor addressEditor
)

Parameters

sync  Boolean
If true, the Task returned is guaranteed to be complete.
addressEditor  TelegramUdpAddressEditor
Address editor.

Return Value

TaskConnection
A new telegram connection.
See Also