C# 클래스 Sharpen.HttpURLConnection

상속: Sharpen.URLConnection
파일 보기 프로젝트 열기: Icenium/ngit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HttpURLConnection System

공개 메소드들

메소드 설명
GetContentLength ( ) : int
GetContentType ( ) : string
GetHeaderField ( string header ) : string
GetHeaders ( ) : WebHeaderCollection
GetInputStream ( ) : InputStream
GetOutputStream ( ) : OutputStream
GetRequestMethod ( ) : string
GetResponseCode ( ) : int
GetResponseMessage ( ) : string
GetURL ( ) : Uri
SetChunkedStreamingMode ( int n ) : void
SetConnectTimeout ( int ms ) : void
SetDoOutput ( bool dooutput ) : void
SetFixedLengthStreamingMode ( int len ) : void
SetInstanceFollowRedirects ( bool redirects ) : void
SetReadTimeout ( int ms ) : void
SetRequestMethod ( string method ) : void
SetRequestProperty ( string key, string value ) : void
SetUseCaches ( bool u ) : void

비공개 메소드들

메소드 설명
HttpURLConnection ( Uri uri, Proxy p ) : System

메소드 상세

GetContentLength() 공개 메소드

public GetContentLength ( ) : int
리턴 int

GetContentType() 공개 메소드

public GetContentType ( ) : string
리턴 string

GetHeaderField() 공개 메소드

public GetHeaderField ( string header ) : string
header string
리턴 string

GetHeaders() 공개 메소드

public GetHeaders ( ) : WebHeaderCollection
리턴 System.Net.WebHeaderCollection

GetInputStream() 공개 메소드

public GetInputStream ( ) : InputStream
리턴 InputStream

GetOutputStream() 공개 메소드

public GetOutputStream ( ) : OutputStream
리턴 OutputStream

GetRequestMethod() 공개 메소드

public GetRequestMethod ( ) : string
리턴 string

GetResponseCode() 공개 메소드

public GetResponseCode ( ) : int
리턴 int

GetResponseMessage() 공개 메소드

public GetResponseMessage ( ) : string
리턴 string

GetURL() 공개 메소드

public GetURL ( ) : Uri
리턴 System.Uri

SetChunkedStreamingMode() 공개 메소드

public SetChunkedStreamingMode ( int n ) : void
n int
리턴 void

SetConnectTimeout() 공개 메소드

public SetConnectTimeout ( int ms ) : void
ms int
리턴 void

SetDoOutput() 공개 메소드

public SetDoOutput ( bool dooutput ) : void
dooutput bool
리턴 void

SetFixedLengthStreamingMode() 공개 메소드

public SetFixedLengthStreamingMode ( int len ) : void
len int
리턴 void

SetInstanceFollowRedirects() 공개 메소드

public SetInstanceFollowRedirects ( bool redirects ) : void
redirects bool
리턴 void

SetReadTimeout() 공개 메소드

public SetReadTimeout ( int ms ) : void
ms int
리턴 void

SetRequestMethod() 공개 메소드

public SetRequestMethod ( string method ) : void
method string
리턴 void

SetRequestProperty() 공개 메소드

public SetRequestProperty ( string key, string value ) : void
key string
value string
리턴 void

SetUseCaches() 공개 메소드

public SetUseCaches ( bool u ) : void
u bool
리턴 void