vb System.Net.WebResponse类(方法)实例源码

下面列出了vb System.Net.WebResponse 类(方法)源码代码实例,从而了解它的用法。

作者:VB.NET开发    项目:System.Ne   
' Initialize the WebRequest.
Dim myRequest As WebRequest = WebRequest.Create("http://www.contoso.com")

' Return the response. 
Dim myResponse As WebResponse = myRequest.GetResponse()

' Code to use the WebResponse goes here.
' Close the response to free resources.
myResponse.Close()


问题


面经


文章

微信
公众号

扫码关注公众号