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

所需的当前流的长度(以字节表示)。

例外

在所有情况下。

适用于