• Home
  • VB.Net
  • 2D
  • Application
  • Class
  • Data Structure
  • Data Types
  • Database ADO.net
  • Date Time
  • Development
  • Event
  • File Directory
  • Generics
  • GUI
  • Internationalization I18N
  • Language Basics
  • LINQ
  • Network Remote
  • Reflection
  • Security
  • Thread
  • Windows Presentation Foundation
  • Windows System
  • XML
  • XML LINQ

WebResponse « Network Remote « VB.Net






  1. VB.Net
  2. Network Remote
  3. WebResponse
1.WebResponse Class provides a response from a Uniform Resource Identifier (URI)
2.WebResponse.Close closes the response stream.
3.WebResponse.ContentLength gets or sets the content length of data being received.
4.WebResponse.GetResponseStream returns the data stream from the Internet resource.
5.WebResponse.Headers Property gets a collection of header name-value pairs associated with this request.
6.WebResponse.ResponseUri Property gets the URI of the Internet resource that actually responded to the request.
7.HttpWebResponse provides an HTTP-specific implementation of the WebResponse class.
8.HttpVersion Class defines the HTTP version numbers that are supported by the HttpWebRequest and HttpWebResponse classes.

java2s.com  | © Demo Source and Support. All rights reserved.