CreatePing() public static method

public static CreatePing ( ) : ResultDTO
return ResultDTO
Exemplo n.º 1
0
        public bool Ping()
        {
            bool result = SendDTO(ResultDTO.CreatePing());

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

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