Syntax
CSharp
public ServiceReference (
string path
)
VisualBasic
Public Sub New ( _
path As String _
)
ManagedCPlusPlus
public:
ServiceReference (
String^ path
)
JSharp
public ServiceReference (
String path
)
Parameters
- path (String)
The location of the Web service.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)