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