NetworkStream.SetLength(Int64) メソッド
定義
ストリームの長さを設定します。Sets the length of the stream. このメソッドは、常に NotSupportedException をスローします。This method always throws a NotSupportedException.
public:
override void SetLength(long value);
public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)
パラメーター
- value
- Int64
このパラメーターは使用されません。This parameter is not used.
例外
このプロパティの使用。Any use of this property.