Share via


IotHubServiceClientOptions.Protocol Property

Definition

The configured transport protocol.

public Microsoft.Azure.Devices.IotHubTransportProtocol Protocol { get; set; }
member this.Protocol : Microsoft.Azure.Devices.IotHubTransportProtocol with get, set
Public Property Protocol As IotHubTransportProtocol

Property Value

Remarks

Only used for communications over AMQP, used in MessagesClient, MessageFeedbackProcessorClient, and FileUploadNotificationProcessorClient.

Applies to