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:
@@ -5,5 +5,6 @@ namespace CryptoExchange.Net.Interfaces
|
||||
public interface IResponse
|
||||
{
|
||||
Stream GetResponseStream();
|
||||
void Close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user