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

Http1TransportSettings 类

定义

包含设备和模块客户端的 HTTP 传输特定设置。

public sealed class Http1TransportSettings : Microsoft.Azure.Devices.Client.ITransportSettings
type Http1TransportSettings = class
    interface ITransportSettings
Public NotInheritable Class Http1TransportSettings
Implements ITransportSettings
继承
Http1TransportSettings
实现

构造函数

Http1TransportSettings()

初始化此类的新实例。

属性

ClientCertificate

用于身份验证的设备证书。

DefaultReceiveTimeout

等待接收操作的时间。 默认值为 1 分钟。

Proxy

代理信息。

方法

GetTransportType()

获取此设置类的传输类型。

适用于