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, IDownStreamPipe, RsBuffer, ExchangeScope, CancellationToken)
ValueTask Send(Exchange exchange, IDownStreamPipe downstreamPipe, RsBuffer buffer, ExchangeScope exchangeScope, CancellationToken cancellationToken = default)
Parameters
exchangeExchangedownstreamPipeIDownStreamPipebufferRsBufferexchangeScopeExchangeScopecancellationTokenCancellationToken