NetworkStream.SetLength(Int64) 方法

定義

設定資料流的長度。 這個方法永遠會擲回 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

不使用這個參數。

例外狀況

對這個屬性的任何使用。

適用於