Service Constructor (String, ICredentials, String)

PreStorm - A Data Client for ArcGIS Server REST API
Initializes a new instance of the Service class. Possibly throws RestException.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public Service(
	string url,
	ICredentials credentials,
	string gdbVersion = null
)

Parameters

url
Type: SystemString
The url of the service. The url should end with either MapServer or FeatureServer.
credentials
Type: System.NetICredentials
The windows crendentials used for secured services.
gdbVersion (Optional)
Type: SystemString
The geodatabase version.
See Also

Reference