Updated
This commit is contained in:
13
HttpClient/Program.cs
Normal file
13
HttpClient/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
namespace EonaCat.Testers.HttpClient
|
||||
{
|
||||
public static class HttpClientTest
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
Console.WriteLine("Test");
|
||||
var httpClient = new EonaCat.HttpClient.HttpClient("test");
|
||||
httpClient.
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user