mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 16:57:07 +08:00
print int status code
This commit is contained in:
@ -56,7 +56,7 @@ class Program
|
||||
|
||||
String kStringEnd = """
|
||||
var response = await client.ExecuteAsync(request);
|
||||
Console.WriteLine("Status Code: " + response.StatusCode);
|
||||
Console.WriteLine("Status Code: " + (int)response.StatusCode);
|
||||
Console.WriteLine("Response Content: " + response.Content);
|
||||
}
|
||||
catch(Exception ex){
|
||||
|
Reference in New Issue
Block a user