Ping() public abstract method

public abstract Ping ( ) : void
return void
Esempio n. 1
0
 public Main(RemoteHooking.IContext context, string channelName, string pluginsPath, string configPath, string targetExecutable)
 {
     // connect to host...
     Interface = RemoteHooking.IpcConnectClient<Client>(channelName);
     Interface.Ping();
 }
Esempio n. 2
0
 public Main(RemoteHooking.IContext context, string channelName, string pluginsPath, string configPath, string targetExecutable)
 {
     // connect to host...
     Interface = RemoteHooking.IpcConnectClient <Client>(channelName);
     Interface.Ping();
 }