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




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

Syntax

Visual Basic (Declaration) 
Public Property User As String
Visual Basic (Usage)Copy Code
Dim instance As HTTPConnection
Dim value As String
 
instance.User = value
 
value = instance.User
C# 
public string User {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.