Introduction
FigNet comes with implementation of multiple transport layers and they are called providers
Supported Low-level Transports
FigNet Supports the following networking libraries as by now.
LiteNetLib [https://www.nuget.org/packages/LiteNetLib/]
WatsonTCP [https://github.com/jchristn/WatsonTcp]
WebSocketsharp [https://www.nuget.org/packages/WebSocketSharp]
Loading a Provider
Once you have appropriate dll of Provider you can load it using code below
Last updated
Was this helpful?