Microsoft.Bot.Streaming Namespace

Classes

ReceiveRequest

An incoming request from a remote client.

ReceiveRequestExtensions

Helper methods added to the ReceiveRequest class.

ReceiveResponse

A response received by a IStreamingTransportServer or IStreamingTransportClient.

ReceiveResponseExtensions

Helper methods added to the ReceiveResponse class.

RequestHandler

Implemented by classes used to process incoming requests sent over an IStreamingTransport and adhering to the Bot Framework Protocol v3 with Streaming Extensions.

SerializationSettings

This class defines the settings used when serializing data contained by objects included as part of the Bot Framework Protocol v3 with Streaming Extensions.

StreamingRequest

Implementation split between Request and RequestEx. The basic request type sent over Bot Framework Protocol 3 with Streaming Extensions transports, equivalent to HTTP request messages.

StreamingRequestExtensions

Helper methods for use with instances of the StreamingRequest class.

StreamingResponse

Implementation split between Response and ResponseEx. The basic response type sent over Bot Framework Protocol 3 with Streaming Extensions transports, equivalent to HTTP response messages.

StreamingResponseExtensions

Extends the StreamingResponse class with additional methods.