Click or drag to resize

TCP Class

The TCP protocol.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsTCP

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public static class TCP

The TCP type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberName
The TCP protocol name.
Public fieldStatic memberScheme
The TCP protocol scheme.
Top
Remarks
See TcpClient and TcpServer for simple TCP client/server examples.
See Also