CreatePing() public static method

public static CreatePing ( ) : ResultDTO
return ResultDTO
        public bool Ping()
        {
            bool result = SendDTO(ResultDTO.CreatePing());

            m_LostConnection = false;
            return(result);
        }
Beispiel #2
0
        public bool Ping()
        {
            bool flag = this.SendDTO(ResultDTO.CreatePing());

            this.m_LostConnection = false;
            return(flag);
        }