|
void | DisposeSyncHelper () |
|
async Task | ReadResponseAsync (CancellationToken cancellationToken) |
|
async Task | SendContentAsync (HttpContent content, CancellationToken cancellationToken) |
|
async ValueTask | WriteRequestContentAsync (ReadOnlyMemory< byte > buffer, CancellationToken cancellationToken) |
|
async ValueTask | FlushSendBufferAsync (bool endStream, CancellationToken cancellationToken) |
|
async ValueTask | DrainContentLength0Frames (CancellationToken cancellationToken) |
|
void | CopyTrailersToResponseMessage (HttpResponseMessage responseMessage) |
|
void | BufferHeaders (HttpRequestMessage request) |
|
void | BufferHeaderCollection (HttpHeaders headers) |
|
void | BufferIndexedHeader (int index) |
|
void | BufferLiteralHeaderWithStaticNameReference (int nameIndex, string value, Encoding valueEncoding=null) |
|
void | BufferLiteralHeaderWithoutNameReference (string name, ReadOnlySpan< string > values, string separator, Encoding valueEncoding) |
|
void | BufferLiteralHeaderWithoutNameReference (string name, string value, Encoding valueEncoding) |
|
void | BufferLiteralHeaderValues (ReadOnlySpan< string > values, string separator, Encoding valueEncoding) |
|
void | BufferFrameEnvelope (Http3FrameType frameType, long payloadLength) |
|
void | BufferBytes (ReadOnlySpan< byte > span) |
|
async ValueTask<(Http3FrameType? frameType, long payloadLength)> | ReadFrameEnvelopeAsync (CancellationToken cancellationToken) |
|
async ValueTask | ReadHeadersAsync (long headersLength, CancellationToken cancellationToken) |
|
void IHttpHeadersHandler. | OnHeader (ReadOnlySpan< byte > name, ReadOnlySpan< byte > value) |
|
void IHttpHeadersHandler. | OnStaticIndexedHeader (int index) |
|
void IHttpHeadersHandler. | OnStaticIndexedHeader (int index, ReadOnlySpan< byte > value) |
|
void | GetStaticQPackHeader (int index, out HeaderDescriptor descriptor, out string knownValue) |
|
void | OnHeader (int? staticIndex, HeaderDescriptor descriptor, string staticValue, ReadOnlySpan< byte > literalValue) |
|
async ValueTask | SkipUnknownPayloadAsync (long payloadLength, CancellationToken cancellationToken) |
|
int | ReadResponseContent (HttpResponseMessage response, Span< byte > buffer) |
|
async ValueTask< int > | ReadResponseContentAsync (HttpResponseMessage response, Memory< byte > buffer, CancellationToken cancellationToken) |
|
void | HandleReadResponseContentException (Exception ex, CancellationToken cancellationToken) |
|
async ValueTask< bool > | ReadNextDataFrameAsync (HttpResponseMessage response, CancellationToken cancellationToken) |
|
void | AbortStream () |
|
Definition at line 18 of file Http3RequestStream.cs.