This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
iot-hub/Quickstarts/device-streams-proxy Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ public static class Program
3333
3434 // Select one of the following transports used by DeviceClient to connect to IoT Hub.
3535 private static readonly TransportType s_transportType = TransportType . Amqp ;
36- //private static TransportType s_transportType = TransportType.Mqtt;
37- //private static TransportType s_transportType = TransportType.Amqp_WebSocket_Only;
38- //private static TransportType s_transportType = TransportType.Mqtt_WebSocket_Only;
36+ //private static readonly TransportType s_transportType = TransportType.Mqtt;
37+ //private static readonly TransportType s_transportType = TransportType.Amqp_WebSocket_Only;
38+ //private static readonly TransportType s_transportType = TransportType.Mqtt_WebSocket_Only;
3939
4040 public static int Main ( string [ ] args )
4141 {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static class Program
3030
3131 // Select one of the following transports used by ServiceClient to connect to IoT Hub.
3232 private static readonly TransportType s_transportType = TransportType . Amqp ;
33- //private static TransportType s_transportType = TransportType.Amqp_WebSocket_Only;
33+ //private static readonly TransportType s_transportType = TransportType.Amqp_WebSocket_Only;
3434
3535 public static int Main ( string [ ] args )
3636 {
You can’t perform that action at this time.
0 commit comments