Click or drag to resize
HttpWebRequest Properties

The HttpWebRequest type exposes the following members.

Properties
  NameDescription
Public propertyAllowWriteStreamBuffering
No effect in this platform. It's only implemented for compatibility with .NETMF.
Public propertyContentLength
No effect in this platform. It's only implemented for compatibility with .NETMF.
Public propertyContentType
Gets or sets the type of the entity body (the value of the content type).
Public propertyData
Data to be sent in the request. Only valid for POST requests.
Public propertyHeaders
A collection of HTTP headers stored as name/value pairs.
Public propertyKeepAlive
No effect in this platform. It's only implemented for compatibility with .NETMF.
Public propertyMethod
Gets or sets the HTTP method of this request. Supported methods: POST, GET, HEAD and DELETE.
Public propertyRequestUri
Gets the original Uniform Resource Identifier (URI) of the request.
Public propertyUserAgent
Gets or sets the value of the User-Agent HTTP header.
(Inherited from WebRequest.)
Top
See Also