Share via


PayloadTypes.IsStream(Header) Method

Definition

A helper method for checking if a Header represents a 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

Parameters

header
Header

The header to type check.

Returns

True if the header represents a PayloadStream, otherwise false.

Applies to