NetworkStream.SetLength(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定資料流的長度。 這個方法永遠會擲回 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
不使用這個參數。
例外狀況
對這個屬性的任何使用。