Interface IHttpStreamReader
Assembly: Titanium.Web.Proxy.dll
Syntax
public interface IHttpStreamReader : ILineStream
Methods
|
Improve this Doc
View Source
CopyBodyAsync(IHttpStreamWriter, Boolean, Int64, Boolean, SessionEventArgs, CancellationToken)
Declaration
Task CopyBodyAsync(IHttpStreamWriter writer, bool isChunked, long contentLength, bool isRequest, SessionEventArgs args, CancellationToken cancellationToken)
Parameters
Returns
|
Improve this Doc
View Source
Read(Byte[], Int32, Int32)
Declaration
int Read(byte[] buffer, int offset, int count)
Parameters
Returns
|
Improve this Doc
View Source
ReadAsync(Byte[], Int32, Int32, CancellationToken)
Declaration
Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
Parameters
Returns