The members of System.Web.Services.Protocols.HttpWebClientProtocol are listed below.
See Also: Inherited members from System.Web.Services.Protocols.WebClientProtocol
Initializes a new instance of the System.Web.Services.Protocols.HttpWebClientProtocol class. |
AllowAutoRedirect | bool.
Gets or sets whether the client automatically follows server redirects. | |
[read-only] | ClientCertificates | System.Security.Cryptography.X509Certificates.X509CertificateCollection.
Gets the collection of client certificates. |
CookieContainer | System.Net.CookieContainer.
Gets or sets the collection of cookies. | |
EnableDecompression | bool.
Gets or sets a value that indicates whether decompression is enabled for this System.Web.Services.Protocols.HttpWebClientProtocol. | |
Proxy | System.Net.IWebProxy.
Gets or sets proxy information for making an XML Web service request through a firewall. | |
UnsafeAuthenticatedConnectionSharing | bool.
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. | |
UserAgent | string.
Gets or sets the value for the user agent header that is sent with each request. |
static | GenerateXmlMappings(Type, ArrayList)
| |
static | GenerateXmlMappings(Type[], ArrayList)
|
CancelAsync(object)
| ||
override | GetWebRequest(Uri)
| |
override | GetWebResponse(System.Net.WebRequest)
| |
override | GetWebResponse(System.Net.WebRequest, IAsyncResult)
|