Interface ILineStream
Assembly: Titanium.Web.Proxy.dll
Syntax
public interface ILineStream
Properties
|
Improve this Doc
View Source
DataAvailable
Declaration
bool DataAvailable { get; }
Property Value
Methods
|
Improve this Doc
View Source
FillBufferAsync(CancellationToken)
Fills the buffer asynchronous.
Declaration
ValueTask<bool> FillBufferAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Returns
|
Improve this Doc
View Source
ReadByteFromBuffer()
Declaration
byte ReadByteFromBuffer()
Returns
|
Improve this Doc
View Source
ReadLineAsync(CancellationToken)
Read a line from the byte stream
Declaration
ValueTask<string> ReadLineAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Returns