Question
response.Content = null
I am trying to make c# call to thingworx using http client with url:
http://localhost/Thingworx/things/thingName/properties/propertyName&appkey
I am able to get property value in to response object. but when I use it like, value = response.content.Tostring()
it is showing content is null.
Please help me how to get the property value into my c# value field.

