资源简介
查看域名是否能够注册
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Text;
using System.Net;
using System.IO;
using System.Text.Regularexpressions;
using System.Collections.Specialized;
namespace XinNetApi
{
public class XinNetApibase
{
//默认代理编号
public readonly static string AgentID = “agent8888“;
private Encoding _WebEncode = Encoding.GetEncoding(“UTF-8“);
private string _RequestString;
private string _Result;
private string _RequestUrl;
private WebClient _EWebClient = new WebClient();
///
/// 处理编码
///
public Encoding WebEncode
{
get { return _WebEncode; }
set { _WebEncode = value; }
}
///
/// 请求的查询参数
///
public string RequestString
{
get { return _RequestString; }
set { _R
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6654 2009-09-05 15:30 XinNetApiba
----------- --------- ---------- ----- ----
6654 1
相关资源
- 提供C#调用系统API函数弹出或收起光驱
- 在域名马上释放的时候抢注域名用
- C# 透過 Google map Geocoder API 以經緯度
-
ExtJS 2.x 与Google Maps ja
vasc ript API - web api 文件管理器(附文件上传以及
- C# 域名whois批量查询工具(检测是否注
- RTX IM API 调用
- Huobi.net api 接口
- 利用API设置桌面背景
- 机器人聊天功能(基于图灵api)
- GoogleCellLoc 利用Google Map API
- C# 调用 Google Earth Com API开发源码
- 基于vs2010C#的百度地图API调用
- Spire.Pdf.dll破解版.net4.0
- c#调用百度地图api项目源码
- c#微信公众号API开发
- C#串口通讯的类通过API调用
- asp.net webapi2 基于token令牌的身份验证
- c#,windows Api读取其他程序SysListview3
- C#连接SOLIDWORKS
- PHD实时数据库net API接口文档和c#代码
- C#调用高德地图api解析经纬度源码
- C#实现的类似SPY++查找窗体,源代码
- 用C#实现屏幕软键盘使用API\\HOOK
- C#版封装的近400个Windows API 类
- C#实现WindowsAPI改变 鼠标指向的任意窗
- managedwinapi,封装好的windows API 含超牛
- C#开发助手(正则表达式/win32 api/句柄
- C# Win32 API大全(无错版)
- C# API查询工具(含大量)
评论
共有 条评论