摘要: 发送邮件 阅读全文
posted @ 2016-11-29 19:04 指间的徘徊 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 根据域名、地址,查询主机信息 Form Designer 1 partial class Form1 2 { 3 /// <summary> 4 /// Required designer variable. 5 /// </summary> 6 private System.ComponentMo 阅读全文
posted @ 2016-11-29 17:46 指间的徘徊 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: WebBrowser 简单操作 Form 代码 1 public partial class Form1 : Form 2 { 3 public Form1() 4 { 5 InitializeComponent(); 6 } 7 8 private void textBox1_KeyPress(o 阅读全文
posted @ 2016-11-29 15:34 指间的徘徊 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 一、异步调用web服务 GetAsync() 二、设置或改变请求标题 三、HttpMessageHandler 1 class Program 2 { 3 4 static void Main(string[] args) 5 { 6 GetData(); 7 Console.ReadKey(); 阅读全文
posted @ 2016-11-29 13:53 指间的徘徊 阅读(753) 评论(0) 推荐(0) 编辑