ESRI.ArcGIS.ADF.ArcGISServer.Local
GetWebRequest Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeServerDcomProxy Class : GetWebRequest Method




uri
URI in the request.
Obtains the WebRequest used by the proxy.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function GetWebRequest( _
   ByVal uri As Uri _
) As WebRequest
Visual Basic (Usage)Copy Code
Dim instance As GlobeServerDcomProxy
Dim uri As Uri
Dim value As WebRequest
 
value = instance.GetWebRequest(uri)
C# 
protected override WebRequest GetWebRequest( 
   Uri uri
)

Parameters

uri
URI in the request.

Return Value

WebRequest used by the proxy.

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

© 2011 All Rights Reserved.