프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LoginFailed | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ForceSync | void | ||
WsaDisconnectCompleted | void | ||
WsaDisposed | void | ||
WsaPingAliveCompleted | void | ||
WsaSendAlertCompleted | void | ||
WsaSendAlertWithImageCompleted | void | ||
WsaSendContentCompleted | void | ||
WsaSendSMSCompleted | void | ||
WsaSendTweetCompleted | void | ||
WsaSyncCompleted | void |
메소드 | 설명 | |
---|---|---|
Connect ( ) : string | ||
Connect ( bool tryLoopback ) : string | ||
Disconnect ( ) : void | ||
DoPingRequest ( ) : void | ||
ExternalIPv4 ( bool refresh, bool &success ) : string | ||
ForceSync ( ) : void | ||
PingServer ( ) : void | ||
ProductLatestVersion ( int productId ) : string | ||
SendAlert ( string emailAddress, string subject, string message ) : void | ||
SendAlertWithImage ( string emailAddress, string subject, string message, byte imageData ) : void | ||
SendContent ( string emailAddress, string subject, string message ) : void | ||
SendSms ( string smsNumber, string message ) : void | ||
SendTweet ( string message ) : void | ||
TestConnection ( string username, string password, bool tryLoopback ) : string[] |
메소드 | 설명 | |
---|---|---|
ForceSync ( string internalIPAddress, int internalPort ) : void | ||
WsaDisconnectCompleted ( object sender, DisconnectCompletedEventArgs e ) : void | ||
WsaDisposed ( object sender, EventArgs e ) : void | ||
WsaPingAliveCompleted ( object sender, PingAliveCompletedEventArgs e ) : void | ||
WsaSendAlertCompleted ( object sender, SendAlertCompletedEventArgs e ) : void | ||
WsaSendAlertWithImageCompleted ( object sender, SendAlertWithImageCompletedEventArgs e ) : void | ||
WsaSendContentCompleted ( object sender, SendContentCompletedEventArgs e ) : void | ||
WsaSendSMSCompleted ( object sender, SendSMSCompletedEventArgs e ) : void | ||
WsaSendTweetCompleted ( object sender, SendTweetCompletedEventArgs e ) : void | ||
WsaSyncCompleted ( object sender, SyncCompletedEventArgs e ) : void |
public static ExternalIPv4 ( bool refresh, bool &success ) : string | ||
refresh | bool | |
success | bool | |
리턴 | string |
public static ProductLatestVersion ( int productId ) : string | ||
productId | int | |
리턴 | string |
public static SendAlert ( string emailAddress, string subject, string message ) : void | ||
emailAddress | string | |
subject | string | |
message | string | |
리턴 | void |
public static SendAlertWithImage ( string emailAddress, string subject, string message, byte imageData ) : void | ||
emailAddress | string | |
subject | string | |
message | string | |
imageData | byte | |
리턴 | void |
public static SendContent ( string emailAddress, string subject, string message ) : void | ||
emailAddress | string | |
subject | string | |
message | string | |
리턴 | void |
public static SendSms ( string smsNumber, string message ) : void | ||
smsNumber | string | |
message | string | |
리턴 | void |
public static TestConnection ( string username, string password, bool tryLoopback ) : string[] | ||
username | string | |
password | string | |
tryLoopback | bool | |
리턴 | string[] |