tarnet
  • Documentation
    • Introduction
    • Installation
    • How to Use
      • Configurations
        • SocketConfig
        • MessageConfig
        • ClientValidationConfig
      • SocketBuilder
        • SetSocketConfig
        • SetMessageConfig
        • SetClientValidationConfig
        • BuildServer
        • BuildClient
      • ISocketServer
        • Start
        • Stop
        • SendMessageAsync
      • ISocketClient
        • Connect
        • Disconnect
        • SendMessageAsync
      • IServerConnectionsProvider
        • GetConnectedClients
        • GetConnectionUsageRate
  • Logs
    • Change Log
      • v1.0.3
      • v1.0.2
      • v1.0.1
Powered by GitBook
On this page
  1. Documentation

How to Use

After importing this package into your project, you can read this document to get information about how to use it and examine the Samples folder for sample uses.

PreviousInstallationNextConfigurations

Last updated 5 months ago