HttpWebClientProtocol Methods

 

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubmethodAbort()

Cancels a request to an XML Web service method.(Inherited from WebClientProtocol.)

System_CAPS_protmethodCancelAsync(Object^)

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

System_CAPS_pubmethodCreateObjRef(Type^)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

Releases all resources used by the Component.(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the Component and optionally releases the managed resources.(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.(Inherited from Component.)

System_CAPS_pubmethodSystem_CAPS_staticGenerateXmlMappings(Type^, ArrayList^)

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

System_CAPS_pubmethodSystem_CAPS_staticGenerateXmlMappings(array<Type^>^, ArrayList^)

Gets the 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.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetService(Type^)

Returns an object that represents a service provided by the Component or by its Container.(Inherited from Component.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodGetWebRequest(Uri^)

Creates a WebRequest for the specified URI.(Overrides WebClientProtocol::GetWebRequest(Uri^).)

System_CAPS_protmethodGetWebResponse(WebRequest^)

Returns a response from a synchronous request to an XML Web service method.(Overrides WebClientProtocol::GetWebResponse(WebRequest^).)

System_CAPS_protmethodGetWebResponse(WebRequest^, IAsyncResult^)

Returns a response from an asynchronous request to an XML Web service method.(Overrides WebClientProtocol::GetWebResponse(WebRequest^, IAsyncResult^).)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

Returns a String containing the name of the Component, if any. This method should not be overridden.(Inherited from Component.)

Return to top
Show: