Table of Contents

Interface IHttpConnectionPool

Namespace
Fluxzy.Clients
Assembly
Fluxzy.Core.dll

Represents a connection pool to the same authority, using the same .

public interface IHttpConnectionPool : IAsyncDisposable
Inherited Members

Properties

Authority

Authority Authority { get; }

Property Value

Authority

Complete

bool Complete { get; }

Property Value

bool

Methods

CheckAlive()

ValueTask<bool> CheckAlive()

Returns

ValueTask<bool>

Init()

void Init()
ValueTask Send(Exchange exchange, ILocalLink localLink, RsBuffer buffer, CancellationToken cancellationToken = default)

Parameters

exchange Exchange
localLink ILocalLink
buffer RsBuffer
cancellationToken CancellationToken

Returns

ValueTask