NetworkStream.Seek(Int64, SeekOrigin) メソッド
定義
ストリームの現在位置を特定の値に設定します。Sets the current position of the stream to the given value. このメソッドは現在サポートされていないため、常に NotSupportedException をスローします。This method is not currently supported and always throws a NotSupportedException.
public:
override long Seek(long offset, System::IO::SeekOrigin origin);
public override long Seek (long offset, System.IO.SeekOrigin origin);
override this.Seek : int64 * System.IO.SeekOrigin -> int64
Public Overrides Function Seek (offset As Long, origin As SeekOrigin) As Long
パラメーター
- offset
- Int64
このパラメーターは使用されません。This parameter is not used.
- origin
- SeekOrigin
このパラメーターは使用されません。This parameter is not used.
戻り値
ストリーム内の位置。The position in the stream.
例外
このプロパティの使用。Any use of this property.