Azure / azure-iot-sdk-java

A Java SDK for connecting devices to Microsoft Azure IoT services
https://azure.github.io/azure-iot-sdk-java/
Other
200 stars 237 forks source link

[Technical Question] HttpProxy support for ProvisioningDeviceClient #1796

Open amit12cool opened 3 months ago

amit12cool commented 3 months ago

Is there any support for setting the HttpProxy in the ProvisioningDeviceClient? I see there is in the DeviceClient but not in the Provisioning device client. @timtay-microsoft

timtay-microsoft commented 3 months ago

The provisioning device client doesn't currently support proxy configuration. We don't have any immediate plans to add support for that, unfortunately.