Interface ITcpClientProvider
- Namespace
- FluentModbus
- Assembly
- FluentModbus.dll
Provides TCP clients.
public interface ITcpClientProvider : IDisposable
- Inherited Members
Methods
AcceptTcpClientAsync()
Accepts the next TCP client.
Task<TcpClient> AcceptTcpClientAsync()