WebClientProtocol Methods

(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Abort
Cancels a request to an XML Web service method.
Public method 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)
Public method Supported by the .NET Compact Framework Dispose  Overloaded.
Releases the resources used by the Component.
(inherited from Component)
Public method Supported by the .NET Compact Framework Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method Supported by the .NET Compact Framework GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetLifetimeService 
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(inherited from MarshalByRefObject)
Public method Supported by the .NET Compact Framework GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method InitializeLifetimeService 
Obtains a lifetime service object to control the lifetime policy for this instance.
(inherited from MarshalByRefObject)
Public method Static Supported by the .NET Compact Framework ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method Supported by the .NET Compact Framework ToString 
Returns a String containing the name of the Component, if any. This method should not be overridden.
(inherited from Component)
Top

  Name Description
Protected method Static AddToCache
Add an instance of the client protocol handler to the cache.
Protected method Supported by the .NET Compact Framework Dispose  Overloaded.
Releases the resources used by the Component.
(inherited from Component)
Protected method Supported by the .NET Compact Framework Finalize 
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(inherited from Component)
Protected method Static GetFromCache
Gets an instance of a client protocol handler from the cache.
Protected method GetService 
Returns an object that represents a service provided by the Component or by its Container.
(inherited from Component)
Protected method Supported by the .NET Compact Framework GetWebRequest
Creates a WebRequest instance for the specified uri. This protected method is called by the XML Web service client infrastructure to get a new WebRequest transport object to transmit the XML Web service request.
Protected method Supported by the .NET Compact Framework GetWebResponse Overloaded.
Returns a response from a request to an XML Web service method. This protected method is called by the XML Web service client infrastructure to get the response from a synchronous XML Web service request.
Protected method Supported by the .NET Compact Framework MemberwiseClone  Overloaded. (inherited from MarshalByRefObject)
Top

Community Additions

ADD
Show: