• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-24
  • 语言: C#
  • 标签: c  cs  s  a  SharpPcap  

资源简介

CSharp Pcap的网络唤醒

资源截图

代码片段和文件信息

/*
This file is part of SharpPcap.

SharpPcap is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation either version 3 of the License or
(at your option) any later version.

SharpPcap is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with SharpPcap.  If not see .
*/
/*
 * Copyright 2010 Evan Plaice 
 */

using System;
using PacketDotNet;
using SharpPcap;

namespace SharpPcap.Examples
{
    class WakeOnLanCapture
    {
        /// 
        /// A basic Wake-On-LAN capture example
        /// 

        public static void Main (string[] args)
        {
         

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         160  2018-08-04 17:53  app.config
     目录           0  2018-10-26 17:41  bin\
     目录           0  2018-10-26 17:41  bin\Debug\
     文件        4823  2018-08-04 17:53  Main.cs
     目录           0  2018-10-26 17:41  obj\
     目录           0  2018-12-26 10:22  obj\Debug\
     文件           0  2018-10-26 17:41  obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
     文件           0  2018-10-26 17:41  obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
     文件           0  2018-10-26 17:41  obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
     目录           0  2018-10-26 17:41  obj\Debug\TempPE\
     文件          42  2018-12-26 10:22  obj\Debug\WakeOnLan.csproj.CoreCompileInputs.cache
     文件         221  2018-12-26 10:22  obj\Debug\WakeOnLan.csproj.FileListAbsolute.txt
     文件      281647  2018-12-26 10:22  obj\Debug\WakeOnLan.csprojAssemblyReference.cache
     文件         210  2018-08-04 17:53  packages.config
     文件        2615  2018-08-04 17:53  WakeOnLan.csproj

评论

共有 条评论