PayloadTypes.IsStream(Header) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.