你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ITransportSettings 接口

定义

用于为 DeviceClient 和 ModuleClient 定义各种特定于传输的设置的接口。

public interface ITransportSettings
type ITransportSettings = interface
Public Interface ITransportSettings
派生

属性

DefaultReceiveTimeout

等待接收操作的时间。

Proxy

将用于使用 AMQP、MQTT 的 Web 套接字连接或使用 HTTP 协议连接到 IoT 中心的 Web 代理。

方法

GetTransportType()

返回 TransportSettings 对象的传输类型。

适用于