随笔- 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...阅读全文
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....阅读全文
