MCSharp.Heartbeat.MCSharpUpdateHeartbeat.MCSharpUpdateHeartbeat C# (CSharp) 메소드

MCSharpUpdateHeartbeat() 공개 메소드

public MCSharpUpdateHeartbeat ( ) : System
리턴 System
        public MCSharpUpdateHeartbeat()
        {
            _timeout = 600000;
            serverURL = "http://mcsharp.voziv.com/updatecheck.php";
        }