在vc中可以如此:
#include   <Wininet.h>   
  #pragma   comment(lib,"Wininet")   但是c#中不知道怎么搞。
c# 中有没有类似于InternetOpen之类的函数,我要通过http验证。