This documentation is archived and is not being maintained.
HttpWebClientProtocol Properties
.NET Framework 1.1
The properties of the HttpWebClientProtocol class are listed here. For a complete list of HttpWebClientProtocol class members, see the HttpWebClientProtocol Members topic.
Public Properties
AllowAutoRedirect Supported by the .NET Compact Framework. | Gets or sets whether the client automatically follows server redirects. |
ClientCertificates | Gets the collection of client certificates. |
ConnectionGroupName (inherited from WebClientProtocol) | Gets or sets the name of the connection group for the request. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
CookieContainer | Gets or sets the collection of cookies. |
Credentials (inherited from WebClientProtocol)
Supported by the .NET Compact Framework. | Gets or sets security credentials for XML Web service client authentication. |
PreAuthenticate (inherited from WebClientProtocol)
Supported by the .NET Compact Framework. | Gets or sets whether pre-authentication is enabled. |
Proxy Supported by the .NET Compact Framework. | Gets or sets proxy information for making an XML Web service request through a firewall. |
RequestEncoding (inherited from WebClientProtocol)
Supported by the .NET Compact Framework. | The Encoding used to make the client request to the XML Web service. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Timeout (inherited from WebClientProtocol)
Supported by the .NET Compact Framework. | Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds). |
UnsafeAuthenticatedConnectionSharing | Gets or sets a value indicating whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server hosting the XML Web service. |
Url (inherited from WebClientProtocol)
Supported by the .NET Compact Framework. | Gets or sets the base URL of the XML Web service the client is requesting. |
UserAgent Supported by the .NET Compact Framework. | Gets or sets the value for the user agent header that is sent with each request. |
Protected Properties
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
See Also
HttpWebClientProtocol Class | System.Web.Services.Protocols Namespace
Show:
