Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- SpringSource Tool Suite
- scrollView
- MSsql
- 이클립스
- Java
- TextBox
- Bootstrap
- 웹 서비스
- decompiler
- STS
- jsp
- Redirect
- C#
- 자바
- 자바스크립트
- Apache Lucene
- WebView
- varags
- asp.net
- 컬럼명
- 안드로이드
- MANTIS
- Web Service
- 웹뷰
- Android
- Eclipse
- javascript
- html
- MS-SQL
- Maven
Archives
- Today
- Total
목록HTTP (1)
bboks.net™
C# HTTP Get 라이브러리
C#에서 웹 페이지의 Reqest를 요청하고 그 결과를 반환하는 클래스 public class HttpGet { private HttpWebRequest request; private HttpWebResponse response; private string responseBody; private string escapedBody; private int statusCode; private double responseTime; public string ResponseBody { get { return responseBody; } } public string EscapedBody { get { return GetEscapedBody(); } } public int StatusCode { get { return..
C# | ASP.NET/C#
2010. 4. 26. 10:20