SslStream.SetLength(Int64) Metoda

Definicja

Ustawia długość bazowego strumienia.

public:
 override void SetLength(long value);
public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

Parametry

value
Int64

Int64 Wartość określająca długość strumienia.

Uwagi

Ta metoda wywołuje Stream.SetLength na bazowym strumieniu określonym podczas tworzenia SslStream .

Dotyczy