MCSharp.Heartbeat.MCSharpUpdateHeartbeat.MCSharpUpdateHeartbeat C# (CSharp) Method

MCSharpUpdateHeartbeat() public method

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