C# Class iSpyApplication.WsWrapper

Afficher le fichier Open project: ispysoftware/iSpy Class Usage Examples

Méthodes publiques

Свойство Type Description
LoginFailed bool

Private Properties

Свойство Type Description
ForceSync void
WsaDisconnectCompleted void
WsaDisposed void
WsaPingAliveCompleted void
WsaSendAlertCompleted void
WsaSendAlertWithImageCompleted void
WsaSendContentCompleted void
WsaSendSMSCompleted void
WsaSendTweetCompleted void
WsaSyncCompleted void

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
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

Method Details

Connect() public static méthode

public static Connect ( ) : string
Résultat string

Connect() public static méthode

public static Connect ( bool tryLoopback ) : string
tryLoopback bool
Résultat string

Disconnect() public static méthode

public static Disconnect ( ) : void
Résultat void

DoPingRequest() public static méthode

public static DoPingRequest ( ) : void
Résultat void

ExternalIPv4() public static méthode

public static ExternalIPv4 ( bool refresh, bool &success ) : string
refresh bool
success bool
Résultat string

ForceSync() public static méthode

public static ForceSync ( ) : void
Résultat void

PingServer() public static méthode

public static PingServer ( ) : void
Résultat void

ProductLatestVersion() public static méthode

public static ProductLatestVersion ( int productId ) : string
productId int
Résultat string

SendAlert() public static méthode

public static SendAlert ( string emailAddress, string subject, string message ) : void
emailAddress string
subject string
message string
Résultat void

SendAlertWithImage() public static méthode

public static SendAlertWithImage ( string emailAddress, string subject, string message, byte imageData ) : void
emailAddress string
subject string
message string
imageData byte
Résultat void

SendContent() public static méthode

public static SendContent ( string emailAddress, string subject, string message ) : void
emailAddress string
subject string
message string
Résultat void

SendSms() public static méthode

public static SendSms ( string smsNumber, string message ) : void
smsNumber string
message string
Résultat void

SendTweet() public static méthode

public static SendTweet ( string message ) : void
message string
Résultat void

TestConnection() public static méthode

public static TestConnection ( string username, string password, bool tryLoopback ) : string[]
username string
password string
tryLoopback bool
Résultat string[]

Property Details

LoginFailed public_oe static_oe property

public static bool LoginFailed
Résultat bool