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

url
The URL to the ArcGIS REST Token Service associated with the Business Analyst Server.

Glossary Item Box

Initializes a new instance of the AuthenticationTask class.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

url
The URL to the ArcGIS REST Token Service associated with the Business Analyst Server.

Remarks

The authentication token is requested from an ArcGIS Token Service associated with an instance of the Business Analyst Server used. 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 Business Analyst 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.