TelegramConnectionCreate(TelegramTcpAddressEditor) Method |
Note: This API is now obsolete.
Opens a TCP telegram connection.
Namespace: Demo3D.HLE.Comms.NetAssembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax[ObsoleteAttribute("TelegramConnection is deprecated, consider using TelegramSocket instead.",
false)]
public static Connection Create(
TelegramTcpAddressEditor addressEditor
)Parameters
- addressEditor TelegramTcpAddressEditor
- Address editor.
Return Value
ConnectionA new telegram connection.
See Also