C# 클래스 iSpyApplication.WsWrapper

파일 보기 프로젝트 열기: ispysoftware/iSpy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LoginFailed bool

Private Properties

프로퍼티 타입 설명
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

메소드 상세

Connect() 공개 정적인 메소드

public static Connect ( ) : string
리턴 string

Connect() 공개 정적인 메소드

public static Connect ( bool tryLoopback ) : string
tryLoopback bool
리턴 string

Disconnect() 공개 정적인 메소드

public static Disconnect ( ) : void
리턴 void

DoPingRequest() 공개 정적인 메소드

public static DoPingRequest ( ) : void
리턴 void

ExternalIPv4() 공개 정적인 메소드

public static ExternalIPv4 ( bool refresh, bool &success ) : string
refresh bool
success bool
리턴 string

ForceSync() 공개 정적인 메소드

public static ForceSync ( ) : void
리턴 void

PingServer() 공개 정적인 메소드

public static PingServer ( ) : void
리턴 void

ProductLatestVersion() 공개 정적인 메소드

public static ProductLatestVersion ( int productId ) : string
productId int
리턴 string

SendAlert() 공개 정적인 메소드

public static SendAlert ( string emailAddress, string subject, string message ) : void
emailAddress string
subject string
message string
리턴 void

SendAlertWithImage() 공개 정적인 메소드

public static SendAlertWithImage ( string emailAddress, string subject, string message, byte imageData ) : void
emailAddress string
subject string
message string
imageData byte
리턴 void

SendContent() 공개 정적인 메소드

public static SendContent ( string emailAddress, string subject, string message ) : void
emailAddress string
subject string
message string
리턴 void

SendSms() 공개 정적인 메소드

public static SendSms ( string smsNumber, string message ) : void
smsNumber string
message string
리턴 void

SendTweet() 공개 정적인 메소드

public static SendTweet ( string message ) : void
message string
리턴 void

TestConnection() 공개 정적인 메소드

public static TestConnection ( string username, string password, bool tryLoopback ) : string[]
username string
password string
tryLoopback bool
리턴 string[]

프로퍼티 상세

LoginFailed 공개적으로 정적으로 프로퍼티

public static bool LoginFailed
리턴 bool