IJSStreamReference Interface
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.
Represents a reference to JavaScript data to be consumed through a Stream.
public interface IJSStreamReference : IAsyncDisposable
type IJSStreamReference = interface
interface IAsyncDisposable
Public Interface IJSStreamReference
Implements IAsyncDisposable
- Derived
- Implements
Properties
Length |
Length of the Stream provided by JavaScript. |
Methods
OpenReadStreamAsync(Int64, CancellationToken) |
Opens a Stream with the JSRuntime for the current data reference. |