Interface IHttpConnectionPool
Represents a connection pool to the same authority, using the same .
public interface IHttpConnectionPool : IAsyncDisposable
- Inherited Members
Properties
Authority
Authority Authority { get; }
Property Value
Complete
bool Complete { get; }
Property Value
Methods
CheckAlive()
ValueTask<bool> CheckAlive()
Returns
Init()
void Init()
Send(Exchange, ILocalLink, RsBuffer, CancellationToken)
ValueTask Send(Exchange exchange, ILocalLink localLink, RsBuffer buffer, CancellationToken cancellationToken = default)
Parameters
exchange
ExchangelocalLink
ILocalLinkbuffer
RsBuffercancellationToken
CancellationToken