CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - IP addresses csharp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - IP addresses csharp - List
[
CSharp
]
得到IP(Csharp)
DL : 0
C#编的获取IP地址程序-access to IP addresses procedures
Update
: 2008-10-13
Size
: 9.54kb
Publisher
:
要地地地
[
CSharp
]
得到IP(Csharp)
DL : 0
C#编的获取IP地址程序-access to IP addresses procedures
Update
: 2025-02-17
Size
: 9kb
Publisher
:
要地地地
[
Email Server
]
MailServerCSharp
DL : 0
一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e-address for one mailbox Support aliasesSupport email routing. eg *ivar* pattern routes all addresses containing ivar to specified mailbox.IP access filtering SMTP AUTH,SIZE commandsPOP3 APOP commandFull MS Sql server supportNice GUI for administation-a C# by the Mail Server support : Supports multiple domains Supports multiple e-mailbox address for one aliasesSupport Support email routing. Eg** IVAR pattern routes all addresses containing IVAR mailbox.IP access to specified SMTP AUTH filtering, editing SIZE commandsPOP3 commandFull MS Sql server supportNice GUI for Administration
Update
: 2025-02-17
Size
: 2.81mb
Publisher
:
杨鹏
[
CSharp
]
WindowsApplication000
DL : 0
通过socket,TCP/IP协议,从WEB服务器(填写网站地址或IP地址)下载网页,保存到指定硬盘空间。-through the socket, TCP/IP, from the Web server (fill in Web addresses, or IP address) to download Web pages, designated to preserve disk space.
Update
: 2025-02-17
Size
: 25kb
Publisher
:
张原
[
CSharp
]
TracertMap
DL : 0
The tracert tool displays the various IP Addresses in the route of a network packet as it travels to a destination IP address from a source. An article which describes how tracert works and which also presents a C# component to implement tracert functionality in your projects can be found here. In the tool presented in this article, I combine the tracert component, technology to geo-locate based on IP address from HostIP.info and the Virtual Earth API to map the locations of various IP addresses that fall in the route of a network packet when it travels to a user provided destination IP address. Since the tracert component is covered thoroughly in the other article let start by looking at geo-location and the MSN Virtual Earth API.-The tracert tool displays the various IP Ad dresses in the route of a network packet as it tra vels to a destination IP address from a source. A n article which describes how tracert works and which also presents a C# component to implement tracert functionality in your projects can be f is here. In the tool presented in this article , I combine the tracert component, technology to geo-locate based on IP address fr om HostIP.info and the Virtual Earth API to map t he locations of various IP addresses that fall i n the route of a network packet when it travels to a user provided destination IP address. Since t he tracert component is covered thoroughly in t he let other article start by looking at geo-loc ation and the MSN Virtual Earth API.
Update
: 2025-02-17
Size
: 40kb
Publisher
:
尹向东
[
CSharp
]
netcarIP
DL : 0
这个和上1个差不多,是 用REG获取网卡的IP地址&MAC码,比较方便,速度也快,下一步就是修改IP&MAC的功能了-on this and a similar, REG is used to obtain IP addresses Card & MAC code, more convenient. speed is fast, the next step is to amend the IP & function of the MAC
Update
: 2025-02-17
Size
: 34kb
Publisher
:
林小小
[
CSharp
]
VS2005_IPAddressControlLib_src
DL : 0
在 Visual Studio .NET 中未包含IP地址控件。本文件是实现IP地址输入功能 .NET控件的源码,使用Visual Studio 2005编译。-in Visual Studio.NET does not contain IP addresses of control. This document is the IP address input feature.NET controls the source code, Visual Studio 2005 compiler.
Update
: 2025-02-17
Size
: 14kb
Publisher
:
勇者无敌
[
SQL Server
]
PingDomain
DL : 0
本未例说明如何通过域名转为IP地址,并连接域名上的SQL Server-This is not an example how the domain name to IP addresses, domain names and connect the SQL Server
Update
: 2025-02-17
Size
: 37kb
Publisher
:
zhujing0888
[
Internet-Network
]
DNSService
DL : 0
提供DNS服务,输入域名即可查询其IP地址,并且有保存查询记录的功能。-Provide DNS service, enter your domain name to query their IP addresses, and to preserve the function of the query log.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
dong
[
Sniffer Package capture
]
packet_filtering_firewall
DL : 0
用c#实现的关于包过滤的防火墙,功能是能根据IP地址过滤掉一些自己不想获取的数据包-Use c# to achieve on the packet filtering firewall, the features are filtered according to a number of IP addresses do not want to get the packet
Update
: 2025-02-17
Size
: 798kb
Publisher
:
king
[
CSharp
]
SMTP_POP3_Mail_Server
DL : 0
这是一个使用C#基于.NET1.1实现的SMTP与POP3邮件服务器源代码。其中,MailServerComponent实现POP3和SMTP的服务端控件,负责处理底层的POP3和SMTP消息。MailServer 处理MailServerComponent的事件,并进行邮件接收和存储的工作。 包含的功能: 基本的: * SMTP/POP3/IMAP4/WebMail * IP访问过滤 * 用户邮件大小限制 * 支持XML和MSSQL数据库存储 * 很好的GUI和管理界面 * 足够的注释 SMTP: * 所有的基本的SMTP服务器的功能 * 支持过个域名 * 支持多个邮箱地址用一个邮箱 * 支持昵称. 支持公共帐号和私有帐号昵称列表 * 支持邮件路由. eg *ivar* pattern routes all addresses containing ivar to specified mailbox or remote address * SMTP验证 * SMTP大小, PIPELINING, 8BITMIME, CHUNCKING support * SMTP定制消息过滤(可以发现及过滤部分垃圾邮件) * 支持IP访问中继和验证 POP3: * 所有的基本POP3有的功能 * APOP命令和安全验证 * POP3验证,CRAM-MD5登录 * POP3远程帐号-Introduction The MailServerComponent implements POP3 and SMTP (core) servers. It Handles lowlevel POP3 and SMTP commands and raises events according to it. The MailServer service just handles MailServerComponent events and does mail retrieving and storing job. Features General: * SMTP/POP3/IMAP4/WebMail * IP access filtering * User mailbox size limit * Supports XML or MSSQL databases * Nice GUI for administation * Well commented source code included SMTP: * All basic SMTP features * Supports multiple domains * Supports multiple e-address for one mailbox * Supports aliases(Mailing lists). Supports public and private(needs authentication) lists. * Supports email routing. eg*ivar* pattern routes all addresses containing ivar to specified mailbox or remote address * SMTP AUTH (LOGIN CRAM-MD5) (supported authentication types) * SMTP SIZE, PIPELINING, 8BITMIME, CHUNCKING support * SMTP custom message filters
Update
: 2025-02-17
Size
: 3.3mb
Publisher
:
陈嵩
[
CSharp
]
Audio
DL : 0
CSharp编写的有关语音聊天功能的程序,只需输入对方IP地址即可,同时还有保存语音的功能。-CSHARP wrote about voice chat program, only need to enter each other s IP addresses that can be voice chat, along with the functions save their chat history.
Update
: 2025-02-17
Size
: 1.06mb
Publisher
:
范天保
[
Internet-Network
]
CSharp
DL : 0
C# 实现修改IP,获取MAC地址,获取网络流量信息,对网卡实现监控的源代码-C# to achieve changes IP, get MAC addresses, access to network traffic information, on the card monitor and control the source code
Update
: 2025-02-17
Size
: 9kb
Publisher
:
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.