会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aiyagaze -- It's not so bad
博客园
联系
订阅
管理
判断本地网络连接是否可用
[DllImport(
"
wininet.dll
"
)]
private
extern
static
bool
InternetGetConnectedState(
out
int
connectionDescription,
int
reservedValue);
int
flag;
string
State
=
InternetGetConnectedState(
out
flag,
0
).ToString();
posted on
2006-11-24 15:44
aiya
阅读(
415
) 评论(
0
)
收藏
举报
刷新页面
返回顶部