你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceClientTransportSettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在服务客户端实例上可配置的传输设置。
public sealed class ServiceClientTransportSettings
type ServiceClientTransportSettings = class
Public NotInheritable Class ServiceClientTransportSettings
- 继承
-
ServiceClientTransportSettings
构造函数
ServiceClientTransportSettings() |
使用默认代理设置创建 的 ServiceClientTransportSettings 实例。 |
属性
AmqpProxy |
通过 Web 套接字使用 AMQP 时,将用于连接到 IoT 中心的 Web 代理。 |
ConnectionLeaseTimeoutMilliseconds |
此客户端的 HTTP 层创建的给定缓存 TCP 连接在关闭前的生存时间(以毫秒为单位)。 如果此值设置为任何负值,则连接租约将是无限的。 如果此值设置为 0,则 TCP 连接将在每个 HTTP 请求后关闭,并在下一个请求时打开新的 TCP 连接。 |
HttpProxy |
当必须通过 HTTP 执行操作时,将用于连接到 IoT 中心的 Web 代理。 |