mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-19 04:13:02 +00:00
Changed web request results to WebCallResult to support response status code
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
|
||||
namespace CryptoExchange.Net.Interfaces
|
||||
{
|
||||
public interface IResponse
|
||||
{
|
||||
HttpStatusCode StatusCode { get; }
|
||||
Stream GetResponseStream();
|
||||
void Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user