You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an OData server with OData controllers and an OData client from ODataConnectedService.
I read this answer, but HttpWebRequestMessage is marked as obsolete and this answer also doesn't work.
You advises to use HttpClientRequestMessage instead of HttpWebRequestMessage, but it doesn't have AutomaticDecompression property.
Does this client support compression?
I have an OData server with OData controllers and an OData client from ODataConnectedService.
I read this answer, but
HttpWebRequestMessage
is marked as obsolete and this answer also doesn't work.You advises to use
HttpClientRequestMessage
instead ofHttpWebRequestMessage
, but it doesn't haveAutomaticDecompression
property.Does this client support compression?
Here is how I create the container:
The text was updated successfully, but these errors were encountered: