• 大小: 0.12M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: IP监控  C#  邮件发送  

资源简介

本实例用于监视电脑所在公网IP,并在IP地址变动后通过邮箱发送至指定邮箱

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.xml.Linq;

namespace IP_Listener
{
    public partial class EditListener : Form
    {
        public EditListener(string namestring email)
        {
            this.name = name;
            this.email = email;
            InitializeComponent();
        }

        private string name = string.Empty;
        private string email = string.Empty;

        private void EditListener_Load(object sender EventArgs e)
        {
            textBox1.Text = name;
            textBox2.Text = email;
        }

        private void button1_Click(ob

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        189  2019-04-17 08:53  IP_Listener\App.config

     文件        337  2019-07-03 12:02  IP_Listener\bin\Debug\email.xml

     文件     296960  2019-07-01 13:31  IP_Listener\bin\Debug\IP_Listener.exe

     文件        189  2019-04-17 08:53  IP_Listener\bin\Debug\IP_Listener.exe.config

     文件      62976  2019-07-01 13:31  IP_Listener\bin\Debug\IP_Listener.pdb

     文件        173  2019-07-03 12:02  IP_Listener\bin\Debug\ListenerInfo.xml

     文件       1838  2019-04-17 15:26  IP_Listener\EditListener.cs

     文件       5583  2019-04-17 15:03  IP_Listener\EditListener.Designer.cs

     文件       5817  2019-04-17 15:03  IP_Listener\EditListener.resx

     文件       2770  2019-07-01 13:49  IP_Listener\FormIPInterface.cs

     文件       5433  2019-07-01 13:31  IP_Listener\FormIPInterface.Designer.cs

     文件       5817  2019-07-01 13:31  IP_Listener\FormIPInterface.resx

     文件       9353  2019-07-01 14:02  IP_Listener\FormMain.cs

     文件      15357  2019-07-01 13:58  IP_Listener\FormMain.Designer.cs

     文件     412321  2019-07-01 13:12  IP_Listener\FormMain.resx

     文件       4657  2019-07-01 16:03  IP_Listener\IP_Listener.csproj

     文件       2381  2019-04-17 15:03  IP_Listener\ListenerInfo.cs

     文件       5647  2019-04-17 15:03  IP_Listener\ListenerInfo.Designer.cs

     文件       6553  2019-04-17 15:03  IP_Listener\ListenerInfo.resx

     文件        526  2019-07-01 13:57  IP_Listener\Program.cs

     文件       1320  2019-04-17 08:52  IP_Listener\Properties\AssemblyInfo.cs

     文件       2835  2019-04-17 08:52  IP_Listener\Properties\Resources.Designer.cs

     文件       5612  2019-04-17 08:53  IP_Listener\Properties\Resources.resx

     文件       1098  2019-04-17 08:52  IP_Listener\Properties\Settings.Designer.cs

     文件        249  2019-04-17 08:53  IP_Listener\Properties\Settings.settings

     文件       1131  2019-04-17 08:53  IP_Listener.sln

     文件         47  2019-07-03 12:04  README.txt

     目录          0  2019-06-28 08:57  IP_Listener\bin\Debug

     目录          0  2019-07-03 11:59  IP_Listener\bin\Release

     目录          0  2019-05-13 23:36  IP_Listener\bin

............此处省略6个文件信息

评论

共有 条评论