Method | Description | |
---|---|---|
CancellableStreamReader ( Stream stream ) : System | ||
CancellableStreamReader ( Stream stream, |
||
Dispose ( ) : void | ||
ReadLineAsync ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetStringAndRecycle ( StringBuilder builder ) : string | ||
ReceiveToBufferAsync ( |
public CancellableStreamReader ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public CancellableStreamReader ( Stream stream, |
||
stream | Stream | |
encoding | ||
return | System |
public ReadLineAsync ( |
||
cancellationToken | ||
return | Task |