Language/C#

API Error

비비이잉 2022. 4. 5. 16:46
반응형
IRestResponse restResponse = restClient.Execute(restRequest);
Console.WriteLine($"resResponse : {restResponse}");
Console.WriteLine($"restResponse status code : {restResponse.StatusCode}");
Console.WriteLine($"restResponse  to string: {restResponse.ToString()}");

결과는

resResponse : RestSharp.RestResponse
restResponse status code : 0
restResponse  to string: RestSharp.RestResponse

 

반응형

'Language > C#' 카테고리의 다른 글

C# Brightness / Saturation trackbar로 조절  (0) 2022.04.21
DataGridView 에 셀 변경 여부 체크  (0) 2022.04.14
설치파일 배포 방법  (0) 2022.04.05
형식 이니셜 라이저에서 예외를 throw했습니다  (0) 2022.04.05
C# loading  (0) 2022.02.16