Click or drag to resize
ClientBaseTChannelWebMethodsCaller Constructor
Constructor for the WebMethodsCaller's class

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 WebMethodsCaller(
	string addressOfService
)

Parameters

addressOfService
Type: SystemString
The address of the WebService
See Also