IJSStreamReference 인터페이스

정의

를 통해 사용할 JavaScript 데이터에 대한 참조를 Stream나타냅니다.

public interface IJSStreamReference : IAsyncDisposable
type IJSStreamReference = interface
    interface IAsyncDisposable
Public Interface IJSStreamReference
Implements IAsyncDisposable
파생
구현

속성

Length

JavaScript에서 Stream 제공하는 의 길이입니다.

메서드

OpenReadStreamAsync(Int64, CancellationToken)

Stream 현재 데이터 참조에 대한 를 JSRuntime 사용하여 을 엽니다.

적용 대상