This document is archived and information here might be outdated.  Recommended version.


IProxyServerInfo.ProxyServer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IProxyServerInfo Interface > IProxyServerInfo.ProxyServer Property
ArcGIS Developer Help

IProxyServerInfo.ProxyServer Property

Proxy server address.

[Visual Basic .NET]
Public Property ProxyServer As String
[C#]
public string ProxyServer {get; set;}
[C++]
HRESULT get_ProxyServer(
  System.String* ProxyServer
);
[C++]
HRESULT put_ProxyServer(
  BSTR ProxyServer
);
[C++]
Parameters
ProxyServer [out, retval]

ProxyServer is a parameter of type BSTR* ProxyServer [in]
ProxyServer is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProxyServerInfo Interface