Esri Business Analyst Server API for Silverlight 2.2 Reference
ArcGISAuthenticationTask Constructor(String)
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Tasks Namespace > ArcGISAuthenticationTask Class > ArcGISAuthenticationTask Constructor : ArcGISAuthenticationTask Constructor(String)

url
The URL to the ArcGIS REST Token Service.

Glossary Item Box

Initializes a new instance of the ArcGISAuthenticationTask class.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

url
The URL to the ArcGIS REST Token Service.

Remarks

The authentication token is requested from an ArcGIS REST Token Service. The base URL to this service looks as follows:

https://{host}:{port}/ArcGIS/tokens

The {host} and {port} parameters in this URL should be substituted with valid ArcGIS Server host name and port, respectively.

Requirements

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

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.