![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer | |
Create(String,String,Identity) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > Create Method : Create(String,String,Identity) 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.
Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Create( _ ByVal dataSource As String, _ ByVal service As String, _ ByVal identity As ESRI.ArcGIS.ADF.Identity _ ) As GeometryServerProxy |
Visual Basic (Usage) | ![]() |
---|---|
Dim dataSource As String Dim service As String Dim identity As ESRI.ArcGIS.ADF.Identity Dim value As GeometryServerProxy value = GeometryServerProxy.Create(dataSource, service, identity) |
C# | |
---|---|
public static GeometryServerProxy Create( string dataSource, string service, ESRI.ArcGIS.ADF.Identity identity ) |
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.
Return Value
GeometryServerProxy for making geometry reqests.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