HttpWebRequest , HttpClient 방식 GET, POST, PUT 등 테스트
테스트 1차 HttpWebRequest 방식 파일 업로드 부분이 까다로움.. 따로 다 (내용을 붙여 주어야 함) public static string GetURIRequestImageUpload(string uri, string postParam = null, string cookieValue = null, Encoding encoding = null, string contentType = null, string credentials = null, string headerName = null, string headerValue = null, string method = null, string saveFile = null, System.IO.Stream saveFileSteam = null, int fil..