프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateWebClient | |||
DownloadString | |||
DownloadUpdateCompleted | void | ||
DownloadUpdateProgressChanged | void | ||
GetChangeLog | void | ||
GetUpdateInfo | void | ||
NewDownloadStringCompletedEventArgs | |||
SetProxySettings | void |
메소드 | 설명 | |
---|---|---|
AppUpdater ( ) : mRemoteNG.Tools | ||
DownloadUpdateAsync ( ) : void | ||
GetChangeLogAsync ( ) : void | ||
GetUpdateInfoAsync ( ) : void | ||
IsUpdateAvailable ( ) : bool | ||
SetProxySettings ( bool useProxy, string address, int port, bool useAuthentication, string username, string password ) : void |
메소드 | 설명 | |
---|---|---|
CreateWebClient ( ) : |
||
DownloadString ( |
||
DownloadUpdateCompleted ( object sender, |
||
DownloadUpdateProgressChanged ( object sender, |
||
GetChangeLog ( ) : void | ||
GetUpdateInfo ( ) : void | ||
NewDownloadStringCompletedEventArgs ( string result, |
||
SetProxySettings ( ) : void |
public SetProxySettings ( bool useProxy, string address, int port, bool useAuthentication, string username, string password ) : void | ||
useProxy | bool | |
address | string | |
port | int | |
useAuthentication | bool | |
username | string | |
password | string | |
리턴 | void |