Activity.IsFromStreamingConnection 方法

定义

确定活动是通过 Http/Https 连接还是流式传输发送的,这可以通过查看 ServiceUrl 属性来确定: (1) 通过 http/https 发送消息的所有通道都不流式处理 (2 个通过流式处理发送消息的) 通道具有不以 http/https 开头的 ServiceUrl。

public bool IsFromStreamingConnection ();
member this.IsFromStreamingConnection : unit -> bool
Public Function IsFromStreamingConnection () As Boolean

返回

如果活动源自流式连接,则其值为 True。

适用于