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