Microsoft.Bot.Streaming 命名空间

ReceiveRequest

来自远程客户端的传入请求。

ReceiveRequestExtensions

添加到 类的 ReceiveRequest 帮助程序方法。

ReceiveResponse

IStreamingTransportServerIStreamingTransportClient收到的响应。

ReceiveResponseExtensions

添加到 类的 ReceiveResponse 帮助程序方法。

RequestHandler

由用于处理通过 IStreamingTransport 发送的传入请求的类实现,并遵循 Bot Framework Protocol v3 with Streaming Extensions。

SerializationSettings

此类定义使用流式处理扩展对 Bot Framework 协议 v3 中包含的对象所包含的数据进行序列化时使用的设置。

StreamingRequest

在 Request 和 RequestEx 之间拆分实现。 通过 Bot Framework 协议 3 发送的基本请求类型,具有流式处理扩展传输,等效于 HTTP 请求消息。

StreamingRequestExtensions

用于 类实例的 StreamingRequest 帮助程序方法。

StreamingResponse

在 Response 和 ResponseEx 之间拆分实现。 通过 Bot Framework 协议 3 发送的基本响应类型,其中包含流式处理扩展传输,等效于 HTTP 响应消息。

StreamingResponseExtensions

StreamingResponse使用其他方法扩展 类。