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