ArcGIS Runtime SDK for iOS
100.15
|
A protocol adopted by classes that access remote network resources that have the potential to be secured.
A protocol adopted by classes whose objects need to access remote network resources, potentially in a secured manner. For example, a web service or a file on a web server that could require credentials to access.
Properties | |
AGSCredential * | credential |
AGSRequestConfiguration * | requestConfiguration |
NSURL * | URL |
|
readwritenonatomicstrong |
Security credentials to access the remote resource. Only applicable if the resource is secured.
|
readwritenonatomicstrong |
The AGSRequestConfiguration object which defines the behavior and policies to use when accessing the remote resource. The default will be nil. If it is nil the [AGSRequestConfiguration globalConfiguration] will be used.
|
readrequirednonatomicstrong |
The URL of the remote resource.