Property | Type | Description | |
---|---|---|---|
HttpURLConnection | System |
Method | Description | |
---|---|---|
GetContentLength ( ) : int | ||
GetContentType ( ) : string | ||
GetHeaderField ( string header ) : string | ||
GetHeaders ( ) : |
||
GetInputStream ( ) : |
||
GetOutputStream ( ) : |
||
GetRequestMethod ( ) : string | ||
GetResponseCode ( ) : int | ||
GetResponseMessage ( ) : string | ||
GetURL ( ) : |
||
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 |
Method | Description | |
---|---|---|
HttpURLConnection ( |
public GetHeaderField ( string header ) : string | ||
header | string | |
return | string |
public GetHeaders ( ) : |
||
return |
public SetChunkedStreamingMode ( int n ) : void | ||
n | int | |
return | void |
public SetFixedLengthStreamingMode ( int len ) : void | ||
len | int | |
return | void |
public SetInstanceFollowRedirects ( bool redirects ) : void | ||
redirects | bool | |
return | void |
public SetRequestMethod ( string method ) : void | ||
method | string | |
return | void |
public SetRequestProperty ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |