Method | Description | |
---|---|---|
DownloadString ( this webClient, |
||
DownloadStringAsync ( this webClient, |
||
ToUnixTime ( this target ) : long | ||
UploadString ( this webClient, |
||
UploadStringAsync ( this webClient, |
||
UrlEncode ( this source ) : string |
public static DownloadString ( this webClient, |
||
webClient | this | |
uri | ||
parameterSet | OAuthParameterSet | |
return | string |
public static DownloadStringAsync ( this webClient, |
||
webClient | this | |
uri | ||
parameterSet | OAuthParameterSet | |
return | void |
public static ToUnixTime ( this target ) : long | ||
target | this | |
return | long |
public static UploadString ( this webClient, |
||
webClient | this | |
uri | ||
body | string | |
parameterSet | OAuthParameterSet | |
return | string |
public static UploadStringAsync ( this webClient, |
||
webClient | this | |
uri | ||
body | string | |
parameterSet | OAuthParameterSet | |
return | void |
public static UrlEncode ( this source ) : string | ||
source | this | |
return | string |