IotHubClientOptions.FileUploadTransportSettings Property

Definition

The transport settings to use for all file upload operations, regardless of what protocol the device client is configured with. All file upload operations take place over https.

public Microsoft.Azure.Devices.Client.IotHubClientHttpSettings FileUploadTransportSettings { get; set; }
member this.FileUploadTransportSettings : Microsoft.Azure.Devices.Client.IotHubClientHttpSettings with get, set
Public Property FileUploadTransportSettings As IotHubClientHttpSettings

Property Value

Applies to