Click or drag to resize
Virtual Care WebClientWrapper Properties

[This is preliminary documentation and is subject to change.]

The WebClientWrapper type exposes the following members.

Properties
  Name Description
Public property AllowReadStreamBuffering 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 property AllowWriteStreamBuffering 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 property BaseAddress
Gets or sets the base URI for requests made by a WebClient.
(Inherited from WebClient.)
Public property CachePolicy
Gets or sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects.
(Inherited from WebClient.)
Protected property CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property Credentials
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
(Inherited from WebClient.)
Protected property DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public property Encoding
Gets and sets the Encoding used to upload and download strings.
(Inherited from WebClient.)
Protected property Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public property Headers
Public property IsBusy
Gets whether a Web request is in progress.
(Inherited from WebClient.)
Public property Proxy
Gets or sets the proxy used by this WebClient object.
(Inherited from WebClient.)
Public property QueryString
Gets or sets a collection of query name/value pairs associated with the request.
(Inherited from WebClient.)
Public property ResponseHeaders
Gets a collection of header name/value pairs associated with the response.
(Inherited from WebClient.)
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property UseDefaultCredentials
Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests.
(Inherited from WebClient.)
Top
See Also