A TPKT client socket.
Inheritance Hierarchy Namespace: Demo3D.Net.ProtocolsAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic static class TpktClient
The TpktClient type exposes the following members.
Methods| | Name | Description |
|---|
  | Open(String, Int32, Flags) |
Open a TPKT connection.
|
  | Open(String, Int32, NotifyDataChangedEventHandler) |
Open a TPKT connection.
|
  | OpenAsync(String, Int32, Flags) |
Open a TPKT connection.
|
  | OpenAsync(String, Int32, NotifyDataChangedEventHandler) |
Open a TPKT connection.
|
  | OpenAsync(Boolean, String, Int32, Flags) |
Open a TPKT connection.
|
  | OpenAsync(Boolean, String, Int32, NotifyDataChangedEventHandler) |
Open a TPKT connection.
|
Top
Remarks
This class is a wrapper around Client{IPacketIOService}.Open and ProtocolAddressBuilder.
See
ClientT and
ProtocolAddressBuilder for more advanced usage.
See Also