Click or drag to resize

KratosWebClient Properties

The KratosWebClient type exposes the following members.

Properties
  NameDescription
Public propertyAllowReadStreamBuffering Obsolete. (Inherited from WebClient.)
Public propertyAllowWriteStreamBuffering Obsolete. (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.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCookieContainer
Public propertyCredentials
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
(Inherited from WebClient.)
Public propertyEncoding
Gets and sets the Encoding used to upload and download strings.
(Inherited from WebClient.)
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 propertyUseDefaultCredentials
Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests.
(Inherited from WebClient.)
Top
See Also