Esempio n. 1
0
            protected override void PingImpl()
            {
                ThrowIfNotConnected();

                try
                {
                    hostService.Ping();
                }
                catch (Exception ex)
                {
                    throw new HostException(Resources.RemoteHost_RemoteException, ex);
                }
            }