ESRI.ArcGIS.ADF.Connection.Core
Password Property
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection.IMS Namespace > HTTPConnection Class : Password Property




Gets or sets the password associated with the user accessing the URI.

Syntax

Visual Basic (Declaration) 
Public Property Password As String
Visual Basic (Usage)Copy Code
Dim instance As HTTPConnection
Dim value As String
 
instance.Password = value
 
value = instance.Password
C# 
public string Password {get; set;}

Remarks

Only required if the ArcIMS server is configured to require credentials for the service being requested. The username and password are those set for the Servlet Connector at the remote ArcIMS server.

See Also

© 2010 All Rights Reserved.