Click or drag to resize

LoadUrlParameters Properties

The LoadUrlParameters type exposes the following members.

Properties
  NameDescription
Public propertyHttpHeaders
Gets or sets the HTTP headers that will be sent with the request.
Public propertyPostData Obsolete.
Gets or sets the POST data that will be sent with the request.
Public propertyUploadData
Gets or sets the POST upload data that will be sent with the request.
Public propertyUrl
Gets the URL of the resource to load.
Top
See Also