Utils.CreateJsonWriter Method (Stream)
Namespace: Microsoft.Azure.Devices.Common
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
public static JsonTextWriter CreateJsonWriter(
Stream stream
)
public:
static JsonTextWriter^ CreateJsonWriter(
Stream^ stream
)
Parameters
- stream
Type: System.IO.Stream
Return Value
Type: Newtonsoft.Json.JsonTextWriter
See Also
Utils Class
Microsoft.Azure.Devices.Common Namespace
Return to top