Hi,
I want to know if .NET API allows me to send credentials just like the Android API.
When I create an instance of a GeodatabaseSyncTask on Android, we may pass the crendentials to GeodatabaseSyncTask, like this:
GeodatabaseSyncTask gdbSyncTask = new GeodatabaseSyncTask(url, userCredentials)
But in .NET API it just gives me the option of the token type authentication. I really need to send credentials (username and password) to authenticate on ArcGisServer