Enum SwarmOptions.TransportType
Enum represents the type of the ITransport.
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public enum TransportType : byte
Fields
| Name | Description |
|---|---|
| NetMQTransport | NetMQ based transport. |
| TcpTransport | TCP based transport. |