| WebClientHelper Methods | Helper帮助文档 |
The WebClientHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
DownloadFile |
下载文件
|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetData |
从指定URL下载数据
|
|
GetHashCode | (Inherited from Object.) |
|
GetHtml |
获取网页源代码
|
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Post(String, MultipartForm) |
向指定网址发送mulitpart编码的数据
|
|
Post(String, Byte) |
向指定URL发送字节数据
|
|
Post(String, String) |
向指定URL发送文本数据
|
|
ToString | (Inherited from Object.) |
See Also