C# Class Netronics.Mobile.Mobile

Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode Description
Call ( Request request ) : void
Mobile ( int port, X509Certificate cert ) : System
On ( string type, Action action, int minVer ) : void
Run ( ) : void

Method Details

Call() public méthode

public Call ( Request request ) : void
request Request
Résultat void

Mobile() public méthode

public Mobile ( int port, X509Certificate cert ) : System
port int
cert System.Security.Cryptography.X509Certificates.X509Certificate
Résultat System

On() public méthode

public On ( string type, Action action, int minVer ) : void
type string
action Action
minVer int
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void