ESRI.ArcGIS.ADF.ArcGISServer
Create(String,String,Identity,String) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > Create Method : Create(String,String,Identity,String) Method




dataSource
The ArcGIS Server data source as a string.
service
The service name.
identity
Identity with username and password for connecting with the server.
userInfo
User info string.
Creates a new FeatureServerProxy for feature service requests.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Create( _
   ByVal dataSource As String, _
   ByVal service As String, _
   ByVal identity As Identity, _
   ByVal userInfo As String _
) As FeatureServerProxy
Visual Basic (Usage)Copy Code
Dim dataSource As String
Dim service As String
Dim identity As Identity
Dim userInfo As String
Dim value As FeatureServerProxy
 
value = FeatureServerProxy.Create(dataSource, service, identity, userInfo)
C# 
public static FeatureServerProxy Create( 
   string dataSource,
   string service,
   Identity identity,
   string userInfo
)

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.
userInfo
User info string.

Return Value

FeatureServerProxy for making network-analysis reqests.

See Also

© 2010 All Rights Reserved.