Click or drag to resize
ClientBaseTChannelWebMethodsCallerCallWebMethod Method
Calls a WebMethod

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 Object CallWebMethod(
	string methodName,
	Type interfacetype,
	Type methodReturnType,
	Object originalRequestObject
)

Parameters

methodName
Type: SystemString
The name of the Method
interfacetype
Type: SystemType
The Type of the interface
methodReturnType
Type: SystemType

[Missing <param name="methodReturnType"/> documentation for "M:System.ServiceModel.ClientBase`1.WebMethodsCaller.CallWebMethod(System.String,System.Type,System.Type,System.Object)"]

originalRequestObject
Type: SystemObject

[Missing <param name="originalRequestObject"/> documentation for "M:System.ServiceModel.ClientBase`1.WebMethodsCaller.CallWebMethod(System.String,System.Type,System.Type,System.Object)"]

Return Value

Type: Object
The result of the call of the method.
See Also