Свойство | Тип | Описание | |
---|---|---|---|
HttpURLConnection | System |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
HttpURLConnection ( |
public GetHeaderField ( string header ) : string | ||
header | string | |
Результат | string |
public GetHeaders ( ) : |
||
Результат |
public SetChunkedStreamingMode ( int n ) : void | ||
n | int | |
Результат | void |
public SetConnectTimeout ( int ms ) : void | ||
ms | int | |
Результат | void |
public SetDoOutput ( bool dooutput ) : void | ||
dooutput | bool | |
Результат | void |
public SetFixedLengthStreamingMode ( int len ) : void | ||
len | int | |
Результат | void |
public SetInstanceFollowRedirects ( bool redirects ) : void | ||
redirects | bool | |
Результат | void |
public SetRequestMethod ( string method ) : void | ||
method | string | |
Результат | void |
public SetRequestProperty ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |