PayloadTypes.IsStream(Header) Méthode
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.
Méthode d’assistance pour vérifier si un Header représente un PayloadStream.
public static bool IsStream (Microsoft.Bot.Streaming.Payloads.Header header);
static member IsStream : Microsoft.Bot.Streaming.Payloads.Header -> bool
Public Shared Function IsStream (header As Header) As Boolean
Paramètres
- header
- Header
En-tête à vérifier.
Retours
True si l’en-tête représente un PayloadStream, sinon false.