ServiceReference::Path Property
.NET Framework (current version)
Gets or sets the path of the referenced Web service.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The Path property can point only to local Web services. In other words, this property can only point to Web services in the same domain as your AJAX-enabled ASP.NET Web application. Path can be a relative, application-relative, domain-relative, or absolute path.
If the InlineScript property is set to true, then you must use a relative path that points to the same Web application as the page that contains the ServiceReference instance.
.NET Framework
Available since 3.5
Available since 3.5
Show: