HttpSimpleClientProtocol Members
.NET Framework 3.0
Represents the base class for communicating with an XML Web service using the simple HTTP-GET and HTTP-POST protocols bindings.
The following tables list the members exposed by the HttpSimpleClientProtocol type.
| Name | Description | |
|---|---|---|
| HttpSimpleClientProtocol | Initializes a new instance of the HttpSimpleClientProtocol class. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllowAutoRedirect | Gets or sets whether the client automatically follows server redirects.(inherited from HttpWebClientProtocol) |
| ClientCertificates | Gets the collection of client certificates.(inherited from HttpWebClientProtocol) |
| ConnectionGroupName | Gets or sets the name of the connection group for the request.(inherited from WebClientProtocol) |
| Container | Gets the IContainer that contains the Component.(inherited from Component) |
| CookieContainer | Gets or sets the collection of cookies.(inherited from HttpWebClientProtocol) |
| Credentials | Gets or sets security credentials for XML Web service client authentication.(inherited from WebClientProtocol) |
| EnableDecompression | Gets or sets a Boolean that indicates whether decompression is enabled for this HttpWebClientProtocol. (inherited from HttpWebClientProtocol) |
| PreAuthenticate | Gets or sets whether pre-authentication is enabled.(inherited from WebClientProtocol) |
| Proxy | Gets or sets proxy information for making an XML Web service request through a firewall.(inherited from HttpWebClientProtocol) |
| RequestEncoding | The Encoding used to make the client request to the XML Web service.(inherited from WebClientProtocol) |
| Site | Gets or sets the ISite of the Component.(inherited from Component) |
| Timeout | Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds).(inherited from WebClientProtocol) |
| UnsafeAuthenticatedConnectionSharing | 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.(inherited from HttpWebClientProtocol) |
| Url | Gets or sets the base URL of the XML Web service the client is requesting.(inherited from WebClientProtocol) |
| UseDefaultCredentials | Gets or sets a value that indicates whether to set the Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.(inherited from WebClientProtocol) |
| UserAgent | Gets or sets the value for the user agent header that is sent with each request.(inherited from HttpWebClientProtocol) |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event.(inherited from Component) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode.(inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component.(inherited from Component) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Abort | Cancels a request to an XML Web service method. (inherited from WebClientProtocol) |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GenerateXmlMappings | Overloaded. Gets the XmlMembersMapping for each XML Web service method exposed by the specified type(s). (inherited from HttpWebClientProtocol) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component) |
| Name | Description | |
|---|---|---|
| AddToCache | Add an instance of the client protocol handler to the cache. (inherited from WebClientProtocol) |
| BeginInvoke | Starts an asynchronous invocation of a method of an XML Web service. |
| CancelAsync | Cancels an asynchronous call to an XML Web service method, unless the call has already completed. (inherited from HttpWebClientProtocol) |
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| EndInvoke | Completes asynchronous invocation of an XML Web service method using HTTP. |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component) |
| GetFromCache | Gets an instance of a client protocol handler from the cache. (inherited from WebClientProtocol) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (inherited from Component) |
| GetWebRequest | Creates a WebRequest for the specified URI. (inherited from HttpWebClientProtocol) |
| GetWebResponse | Overloaded. Returns a response from a request to an XML Web service method. (inherited from HttpWebClientProtocol) |
| Invoke | Invokes an XML Web service method using HTTP. |
| InvokeAsync | Overloaded. Invokes the specified method asynchronously. |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Community Additions
ADD
Show: