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

ITransportSettings Interface

Definition

Interface used to define various transport-specific settings for DeviceClient and ModuleClient.

public interface ITransportSettings
type ITransportSettings = interface
Public Interface ITransportSettings
Derived

Properties

DefaultReceiveTimeout

The time to wait for a receive operation.

Proxy

The web proxy that will be used to connect to IoT hub using a web socket connection for AMQP, MQTT, or when using the HTTP protocol.

Methods

GetTransportType()

Returns the transport type of the TransportSettings object.

Applies to