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 | 29 | 30 |
Tags
- jsp
- varags
- 자바스크립트
- decompiler
- 컬럼명
- STS
- html
- 안드로이드
- 이클립스
- MANTIS
- Redirect
- Maven
- asp.net
- Web Service
- javascript
- 웹뷰
- Bootstrap
- MS-SQL
- WebView
- Eclipse
- Android
- SpringSource Tool Suite
- Apache Lucene
- 자바
- C#
- Java
- scrollView
- 웹 서비스
- TextBox
- MSsql
Archives
- Today
- Total
목록2010/04/26 (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