DotNetStreamReference(Stream, Boolean) Constructeur
Définition
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.
Créez une référence à un flux .NET envoyé à JavaScript.
public DotNetStreamReference (System.IO.Stream stream, bool leaveOpen = false);
new Microsoft.JSInterop.DotNetStreamReference : System.IO.Stream * bool -> Microsoft.JSInterop.DotNetStreamReference
Public Sub New (stream As Stream, Optional leaveOpen As Boolean = false)
Paramètres
- stream
- Stream
Flux envoyé à JavaScript.
- leaveOpen
- Boolean
Indicateur qui indique si le flux doit être laissé ouvert après la transmission.