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




Gets or sets the path associated with the HttpWebRequest object.

Syntax

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

See Also

© 2010 All Rights Reserved.