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

Added explicit closing of a request response

This commit is contained in:
JKorf
2018-11-29 09:48:01 +01:00
parent 6a0c7c417b
commit 21ba6c497f
3 changed files with 15 additions and 4 deletions
@@ -5,5 +5,6 @@ namespace CryptoExchange.Net.Interfaces
public interface IResponse
{
Stream GetResponseStream();
void Close();
}
}