System.Web.Services.Protocols.HttpWebClientProtocol: Property Members

The properties of System.Web.Services.Protocols.HttpWebClientProtocol are listed below. For a list of all members, see the HttpWebClientProtocol Members list.

See Also: Inherited members from System.Web.Services.Protocols.WebClientProtocol

Public Properties

AllowAutoRedirectbool.

Gets or sets whether the client automatically follows server redirects.

[read-only]
ClientCertificatesSystem.Security.Cryptography.X509Certificates.X509CertificateCollection.

Gets the collection of client certificates.

CookieContainerSystem.Net.CookieContainer.

Gets or sets the collection of cookies.

EnableDecompressionbool.

Gets or sets a value that indicates whether decompression is enabled for this System.Web.Services.Protocols.HttpWebClientProtocol.

ProxySystem.Net.IWebProxy.

Gets or sets proxy information for making an XML Web service request through a firewall.

UnsafeAuthenticatedConnectionSharingbool.

Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service.

UserAgentstring.

Gets or sets the value for the user agent header that is sent with each request.