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