Class Http11ConnectionPool
A pool of proxyRuntimeSetting.ConcurrentConnection HTTP/1.1 connections with the same authority
public class Http11ConnectionPool : IHttpConnectionPool, IAsyncDisposable
- Inheritance
-
Http11ConnectionPool
- Implements
- Inherited Members
Properties
Authority
public Authority Authority { get; }
Property Value
Complete
public bool Complete { get; }
Property Value
Methods
CheckAlive()
public ValueTask<bool> CheckAlive()
Returns
Dispose()
public void Dispose()
DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
public ValueTask DisposeAsync()
Returns
- ValueTask
A task that represents the asynchronous dispose operation.
Init()
public void Init()
Send(Exchange, ILocalLink, RsBuffer, CancellationToken)
public ValueTask Send(Exchange exchange, ILocalLink _, RsBuffer buffer, CancellationToken cancellationToken)
Parameters
exchange
Exchange_
ILocalLinkbuffer
RsBuffercancellationToken
CancellationToken