1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 12:53:02 +00:00

Made parameter logging use actually json data for post requests

This commit is contained in:
Jan Korf
2019-02-01 17:40:51 +01:00
parent 0229405775
commit 74d3f692b9
3 changed files with 7 additions and 11 deletions
@@ -14,6 +14,7 @@ namespace CryptoExchange.Net.Interfaces
void SetProxy(string host, int port);
string ContentType { get; set; }
string Content { get; set; }
string Accept { get; set; }
long ContentLength { get; set; }