1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-12 17:03:10 +00:00

small adjustments

This commit is contained in:
JKorf
2018-03-01 11:46:55 +01:00
parent 825a3d1f90
commit 488eb1cd48
4 changed files with 63 additions and 27 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ namespace CryptoExchange.Net.Authentication
this.credentials = credentials;
}
public abstract string AddAuthenticationToUriString(string uri);
public abstract IRequest AddAuthenticationToRequest(IRequest request);
public abstract string AddAuthenticationToUriString(string uri, bool signed);
public abstract IRequest AddAuthenticationToRequest(IRequest request, bool signed);
protected string ByteToString(byte[] buff)
{