Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 6765560

Browse files
committed
Address comments
1 parent 5a0caaf commit 6765560

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

iot-hub/Quickstarts/device-streams-proxy/device/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

iot-hub/Quickstarts/device-streams-proxy/service/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)