IotHubClientAmqpSettings Class

Definition

Contains AMQP transport-specific settings for the device and module clients.

public sealed class IotHubClientAmqpSettings : Microsoft.Azure.Devices.Client.IotHubClientTransportSettings
type IotHubClientAmqpSettings = class
    inherit IotHubClientTransportSettings
Public NotInheritable Class IotHubClientAmqpSettings
Inherits IotHubClientTransportSettings
Inheritance
IotHubClientAmqpSettings

Constructors

IotHubClientAmqpSettings(IotHubClientTransportProtocol)

Creates an instance of this class.

Properties

CertificateRevocationCheck

To enable certificate revocation check.

(Inherited from IotHubClientTransportSettings)
ClientWebSocket

An instance of client web socket to be used when transport protocol is set to web socket.

ConnectionPoolSettings

If using pooling, specify connection pool settings.

IdleTimeout

Specify client-side heartbeat interval. The interval, that the client establishes with the service, for sending keep alive pings.

PrefetchCount

The pre-fetch count.

Protocol

The configured transport protocol.

(Inherited from IotHubClientTransportSettings)
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.

(Inherited from IotHubClientTransportSettings)
RemoteCertificateValidationCallback

A callback for remote certificate validation.

SslProtocols

The version of TLS to use by default.

(Inherited from IotHubClientTransportSettings)
WebSocketKeepAlive

A keep-alive for the transport layer in sending ping/pong control frames when using web sockets.

Applies to