CreatePing() 공개 정적인 메소드

public static CreatePing ( ) : ResultDTO
리턴 ResultDTO
예제 #1
0
        public bool Ping()
        {
            bool result = SendDTO(ResultDTO.CreatePing());

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

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