Click or drag to resize

TelegramConnectionCreateAsync(Boolean, TelegramTcpAddressEditor) Method

Note: This API is now obsolete.

Opens a TCP 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,
	TelegramTcpAddressEditor addressEditor
)

Parameters

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

Return Value

TaskConnection
A new telegram connection.
See Also