protected override void OnLoad(EventArgs e) { base.OnLoad(e); using (var client = new FileUploadClient()) { client.Ping(); } }