StreamHelperExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HTTP extension methods for Stream.
public ref class StreamHelperExtensions abstract sealed
public static class StreamHelperExtensions
type StreamHelperExtensions = class
Public Module StreamHelperExtensions
- Inheritance
-
StreamHelperExtensions
Methods
DrainAsync(Stream, ArrayPool<Byte>, Nullable<Int64>, CancellationToken) |
Reads the specified This API is effective when used in conjunction with buffering. It allows a buffered request stream to be synchronously read after it has been completely drained. |
DrainAsync(Stream, CancellationToken) |
Reads the specified This API is effective when used in conjunction with buffering. It allows a buffered request stream to be synchronously read after it has been completely drained. |
DrainAsync(Stream, Nullable<Int64>, CancellationToken) |
Reads the specified This API is effective when used in conjunction with buffering. It allows a buffered request stream to be synchronously read after it has been completely drained. |