SslStream.SetLength(Int64) Méthode

Définition

Définit la longueur du flux sous-jacent.

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

Paramètres

value
Int64

Valeur Int64 qui spécifie la longueur du flux.

Remarques

Cette méthode s’appelle Stream.SetLength sur le flux sous-jacent spécifié lors de la création de ce SslStream flux.

S’applique à