NetworkStream.CanSeek プロパティ
定義
ストリームがシークをサポートしているかどうかを示す値を取得します。Gets a value that indicates whether the stream supports seeking. このプロパティは現在サポートされていません。This property is not currently supported. このプロパティは常に false
を返します。This property always returns false
.
public:
virtual property bool CanSeek { bool get(); };
public override bool CanSeek { get; }
member this.CanSeek : bool
Public Overrides ReadOnly Property CanSeek As Boolean
プロパティ値
常に、NetworkStream がストリームの特定の場所をシークできないことを示す false
。false
in all cases to indicate that NetworkStream cannot seek a specific location in the stream.