IotHubServiceClientOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET