Table of Contents

Interface IDownStreamConnectionProvider

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public interface IDownStreamConnectionProvider : IDisposable
Inherited Members

Properties

ListenEndpoints

IReadOnlyCollection<IPEndPoint> ListenEndpoints { get; }

Property Value

IReadOnlyCollection<IPEndPoint>

Methods

GetNextPendingConnection()

ValueTask<TcpClient?> GetNextPendingConnection()

Returns

ValueTask<TcpClient>

Init(CancellationToken)

UpdateTags le provider

IReadOnlyCollection<IPEndPoint> Init(CancellationToken token)

Parameters

token CancellationToken

Returns

IReadOnlyCollection<IPEndPoint>