NetFrames
NetFrames is the unified entry point of the NetFrame module, managing multiple network connections as nodes (NetNode) with APIs for registering, connecting, sending, and closing.
NetOption
NetOption is the abstract base class for NetFrame connection options, with built-in TcpNetOption, KcpNetOption, and WebSocketNetOption derived classes.
INetProvider
INetProvider is the network provider interface of NetFrame, defining the standard behavior of the underlying transport, with built-in TCP, KCP, and WebSocket implementations.
INetTips
INetTips is the connection status notification interface of NetFrame, invoked automatically on state changes such as connecting, disconnection, errors, and reconnecting.