IotHubServiceClientOptions Class

Definition

The configurable options for IotHubServiceClient instances.

public sealed class IotHubServiceClientOptions
type IotHubServiceClientOptions = class
Public NotInheritable Class IotHubServiceClientOptions
Inheritance
IotHubServiceClientOptions

Constructors

IotHubServiceClientOptions()

Properties

AmqpConnectionKeepAlive

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

CertificateRevocationCheck

To enable certificate revocation check.

HttpClient

The HTTP client to use for all HTTP operations.

Protocol

The configured transport protocol.

Proxy

The web proxy that will be used to connect to IoT hub when using the HTTP protocol.

RemoteCertificateValidationCallback

A callback for remote certificate validation.

RetryPolicy

Sets the retry policy used in the operation retries.

SdkAssignsMessageId

The configuration for setting MessageId for every message sent by the service client instance.

SslProtocols

The version of TLS to use by default.

Applies to