System.Web.Services.Protocols.HttpWebClientProtocol Members

The members of System.Web.Services.Protocols.HttpWebClientProtocol are listed below.

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

Protected Constructors

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.

Public Methods

static
GenerateXmlMappings(Type, ArrayList) : bool

Gets the System.Xml.Serialization.XmlMembersMapping for each XML Web service method exposed by the specified type, and stores the mappings in the specified ArrayList.

static
GenerateXmlMappings(Type[], ArrayList) : Hashtable

Gets the System.Xml.Serialization.XmlMembersMapping for each XML Web service method exposed by the specified types, and stores the mappings in the specified ArrayList, as well as in a Hashtable that this method returns.

Protected Methods

CancelAsync(object)

Cancels an asynchronous call to an XML Web service method, unless the call has already completed.

override
GetWebRequest(Uri) : System.Net.WebRequest

Creates a System.Net.WebRequest for the specified URI.

override
GetWebResponse(System.Net.WebRequest) : System.Net.WebResponse

Returns a response from a synchronous request to an XML Web service method.

override
GetWebResponse(System.Net.WebRequest, IAsyncResult) : System.Net.WebResponse

Returns a response from an asynchronous request to an XML Web service method.