SslStream.SetLength(Int64) 方法

定義

設定基礎資料流的長度。

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 值,指定資料流的長度。

備註

這個方法會在建立時 SslStream 指定的基礎資料流程上叫用 Stream.SetLength

適用於