摘要:
发送邮件 阅读全文
摘要:
根据域名、地址,查询主机信息 Form Designer 1 partial class Form1 2 { 3 /// <summary> 4 /// Required designer variable. 5 /// </summary> 6 private System.ComponentMo 阅读全文
摘要:
WebBrowser 简单操作 Form 代码 1 public partial class Form1 : Form 2 { 3 public Form1() 4 { 5 InitializeComponent(); 6 } 7 8 private void textBox1_KeyPress(o 阅读全文
摘要:
一、异步调用web服务 GetAsync() 二、设置或改变请求标题 三、HttpMessageHandler 1 class Program 2 { 3 4 static void Main(string[] args) 5 { 6 GetData(); 7 Console.ReadKey(); 阅读全文