Creates a new NAServerProxy for network analysis requests.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim dataSource As String
Dim service As String
Dim identity As ESRI.ArcGIS.ADF.Identity
Dim token As String
Dim xmlNamespaceSubstitute As String
Dim value As NAServerProxy
value = NAServerProxy.Create(dataSource, service, identity, token, xmlNamespaceSubstitute) |
Parameters
- dataSource
- The ArcGIS Server data source as a string.
- service
- The service name.
- identity
- Identity with username and password for connecting with the server.
- token
- Authorization token.
- xmlNamespaceSubstitute
- XML namespace substitute.
Return Value
NAServerProxy for making network-analysis reqests.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also