hi i'm using "instasharper" and when i login to instagram with "instasharper api" i need to save the HttpClientHandler that is use by "instasharper api" for future use and i'm doing this
string str = JsonConvert.SerializeObject(_HttpClientHandler);
and when i DeserializeObject it i got an error:
HttpClientHandler hch = JsonConvert.DeserializeObject<HttpClientHandler>(str);
error : System.PlatformNotSupportedException: Operation is not supported on this platform.