StreamUpgradeAcceptor.BeginAcceptUpgrade Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Version asynchrone de AcceptUpgrade(Stream).
public:
abstract IAsyncResult ^ BeginAcceptUpgrade(System::IO::Stream ^ stream, AsyncCallback ^ callback, System::Object ^ state);
public abstract IAsyncResult BeginAcceptUpgrade(System.IO.Stream stream, AsyncCallback callback, object state);
abstract member BeginAcceptUpgrade : System.IO.Stream * AsyncCallback * obj -> IAsyncResult
Public MustOverride Function BeginAcceptUpgrade (stream As Stream, callback As AsyncCallback, state As Object) As IAsyncResult
- stream
- Stream
Le flux à mettre à niveau.
- callback
- AsyncCallback
Méthode à appeler lorsque l'appel AcceptUpgrade
est terminé.
- state
- Object
Informations d'état de l'appel AcceptUpgrade
.
Retourne un code de résultat qui est passé dans EndAcceptUpgrade pour accéder au flux mis à niveau.
Pour plus d'informations, consultez les notes relatives à AcceptUpgrade.
Produit | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: