Click or drag to resize
ClientBaseTChannelWebMethodsCaller Class
Provides an API to call web methods defined in a WebService
Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseTChannelWebMethodsCaller

Namespace: System.ServiceModel
Assemblies:  CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
  CSharpXamlForHtml5.ToBeReplacedAtRuntime.System.ServiceModel.dll (in CSharpXamlForHtml5.ToBeReplacedAtRuntime.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public class WebMethodsCaller

The ClientBaseTChannelWebMethodsCaller generic type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCallWebMethod
Calls a WebMethod
Public methodCallWebMethodAsyncT
Asynchronously calls a WebMethod.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also