Ping() public abstract method

public abstract Ping ( ) : void
return void
Exemplo 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();
 }
Exemplo 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();
 }