Click or drag to resize

TelegramConnection Class

Note: This API is now obsolete.

Creates telegram connections.
Inheritance Hierarchy
SystemObject
  Demo3D.HLE.Comms.NetTelegramConnection

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 class TelegramConnection

The TelegramConnection type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate(TelegramTcpAddressEditor) Opens a TCP telegram connection.
Obsolete
Public methodStatic memberCreate(TelegramUdpAddressEditor) Opens a UDP telegram connection.
Obsolete
Public methodStatic memberCreateAsync(Boolean, TelegramTcpAddressEditor) Opens a TCP telegram connection.
Obsolete
Public methodStatic memberCreateAsync(Boolean, TelegramUdpAddressEditor) Opens a UDP telegram connection.
Obsolete
Top
Remarks

This class is deprecated, consider using TelegramSocket instead.

See Also