SslStream.SetLength(Int64) Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
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
Remarques
Cette méthode appelle Stream.SetLength sur le flux sous-jacent spécifié lors de sa SslStream création.