I'm using Azure iot sdk for sending data to Azure IoT Hub. It works, but now I need to get through a SOCKS 5 proxy.
The SDK has 3 transports: AMQP, MQTT and HTTP. Right now I'm using AMQP, but I'm open to switching to another transport.
I dont understand where I need to put the details for the proxy. Can it be done using the socksv5 package?