NegotiateStream.SetLength(Int64) 方法
定义
设置基础流的长度。Sets the length of the underlying stream.
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
Int64 值,该值指定流的长度。An Int64 value that specifies the length of the stream.
适用于