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

未使用此参数。

例外

此属性的任何用法。

适用于