Hey all!
I am fiddling around with Plugins and to access a device, I need to communicate with it using REST. For that I am trying to use an HttpClient which comes with System.Net.Http. However, even though it is supposed to be part of .NET 4.6.1, VaM simply tells me that it can't find the referenced DLL.
Is this a security measure? Does anybody know how I would go about something like this?
I am fiddling around with Plugins and to access a device, I need to communicate with it using REST. For that I am trying to use an HttpClient which comes with System.Net.Http. However, even though it is supposed to be part of .NET 4.6.1, VaM simply tells me that it can't find the referenced DLL.
Is this a security measure? Does anybody know how I would go about something like this?