Click or drag to resize
WebClientEx Properties

The NetExtrasWebClientEx type exposes the following members.

Properties
  NameDescription
Public propertyAllowReadStreamBuffering Obsolete.
Gets or sets a value that indicates whether to buffer the data read from the Internet resource for a WebClient instance.
(Inherited from WebClient.)
Public propertyAllowWriteStreamBuffering Obsolete.
Gets or sets a value that indicates whether to buffer the data written to the Internet resource for a WebClient instance.
(Inherited from WebClient.)
Public propertyBaseAddress
Gets or sets the base URI for requests made by a WebClient.
(Inherited from WebClient.)
Public propertyCachePolicy
Gets or sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects.
(Inherited from WebClient.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCredentials
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
(Inherited from WebClient.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEncoding
Gets and sets the Encoding used to upload and download strings.
(Inherited from WebClient.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyHeaders
Gets or sets a collection of header name/value pairs associated with the request.
(Inherited from WebClient.)
Public propertyIsBusy
Gets whether a Web request is in progress.
(Inherited from WebClient.)
Public propertyProxy
Gets or sets the proxy used by this WebClient object.
(Inherited from WebClient.)
Public propertyQueryString
Gets or sets a collection of query name/value pairs associated with the request.
(Inherited from WebClient.)
Public propertyResponseHeaders
Gets a collection of header name/value pairs associated with the response.
(Inherited from WebClient.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyTimeout
timeout in MS
Public propertyUseDefaultCredentials
Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests.
(Inherited from WebClient.)
Top
See Also