C# Class Netronics.Mobile.Mobile

Mostra file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method 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 method

public Call ( Request request ) : void
request Request
return void

Mobile() public method

public Mobile ( int port, X509Certificate cert ) : System
port int
cert System.Security.Cryptography.X509Certificates.X509Certificate
return System

On() public method

public On ( string type, Action action, int minVer ) : void
type string
action Action
minVer int
return void

Run() public method

public Run ( ) : void
return void