Table of Contents

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()

Returns

Task<TcpClient>