The following tables list the members exposed by ArcGISAuthenticationTask.
Name | Description | |
---|---|---|
![]() | ArcGISAuthenticationTask Constructor | Overloaded. Initializes a new instance of the ArcGISAuthenticationTask class. |
Name | Description | |
---|---|---|
![]() | DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache. Default: Client.DisableClientCaching . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
![]() | ProxyUrl | The URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
![]() | RequestTimeout | The request timeout in seconds. A value less than or equal to zero prevents request timeout. Default: Client.RequestTimeout . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
![]() | Token | Overridden. Authentication token received at the last execution of this task. |
![]() | Url | URL of the task. Default: Client.Url . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
Name | Description | |
---|---|---|
![]() | ExecuteAsync | Overloaded. Asynchronous executes an ArcGIS Server authentication task. |
Name | Description | |
---|---|---|
![]() | ExecuteCompleted | This event occurs when the ExecuteAsync operation completes. |
![]() | Failed | This event occurs when the ExecuteAsync operation failes. |