bohelan
随笔- 9  文章- 0  评论- 1 
博客园  首页  新随笔  联系  管理  订阅 订阅
01 2010 档案
C#实现ADSL自动拨号 RAS技术

摘要: using System;using System.Runtime.InteropServices;public struct RASCONN{ public int dwSize; public IntPtr hrasconn; [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 257)] public string szEntryName; [Ma...阅读全文
posted @ 2010-01-13 16:15 bohelan 阅读(480) | 评论 (0) 编辑
c# 发送邮件

摘要: using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Net.Mail;using System.Net;public partial class _Default : System.Web.UI....阅读全文
posted @ 2010-01-12 18:07 bohelan 阅读(32) | 评论 (0) 编辑

Copyright ©2012 bohelan