IStreamProvider.IsRewindable プロパティ

定義

これが巻き戻し可能なプロバイダーであるかどうかを示す値を取得します。これは、巻き戻し可能なストリーム (以前の時点からのサブスクライブを許可するストリーム) の作成をサポートします。

public bool IsRewindable { get; }
member this.IsRewindable : bool
Public ReadOnly Property IsRewindable As Boolean

プロパティ値

true これが巻き戻し可能なプロバイダーである場合は 。 false それ以外の場合は 。

適用対象