QuicStream.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

想要的目前資料流長度 (單位為位元組)。

例外狀況

在所有情況下。

適用於