mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 04:42:57 +00:00
Made parameter logging use actually json data for post requests
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user