This topic has not yet been rated - Rate this topic

UpstreamResolveSystem Property of IFPCWebProxy[C++] | FPCWebProxy.UpstreamResolveSystem [Visual Basic]

Internet Security and Acceleration Server 2004/2006 SDK

The UpstreamResolveSystem property gets or sets a value from the FpcNameSystem enumerated type that specifies the method that the ISA Server Web proxy will use for resolving the names of upstream array members to which it is to connect according to the Cache Array Routing Protocol (CARP) algorithm. Based on the value of this property, the ISA Server Web proxy uses their fully qualified domain names (FQDNs) with resolution by the DNS name lookup system or their NetBIOS names with resolution by the WINS name lookup system, both of which are returned by the upstream proxy server.


HRESULT get_UpstreamResolveSystem(
  FpcNameSystem* pNameSystem );

HRESULT put_UpstreamResolveSystem(
  FpcNameSystem NameSystem );

Parameters

pNameSystem
Pointer to a value from the FpcNameSystem enumerated type that is set on return to fpcNameSystem_DNS if the Web proxy is to use FQDNs for resolving the names of upstream servers, or to fpcNameSystem_WINS if the Web proxy is to use NetBIOS names.
NameSystem
Value from the FpcNameSystem enumerated type that specifies the method that the Web proxy will use for resolving the names of upstream array members to which it is to connect according to the CARP algorithm.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is fpcNameSystem_DNS, which indicates that the Web proxy is to use the DNS name lookup system to resolve the name of an upstream server.

After the value of this property has been modified, the change must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the change to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services After Configuration Changes.

The UpstreamResolveSystem property gets or sets a value from the FpcNameSystem enumerated type that specifies the method that the ISA Server Web proxy will use for resolving the names of upstream array members to which it is to connect according to the Cache Array Routing Protocol (CARP) algorithm. Based on the value of this property, the ISA Server Web proxy uses their fully qualified domain names (FQDNs) with resolution by the DNS name lookup system or their NetBIOS names with resolution by the WINS name lookup system, both of which are returned by the upstream proxy server.


Property UpstreamResolveSystem As FpcNameSystem

Property Value

Value from the FpcNameSystem enumerated type that specifies the method that the Web proxy will use for resolving the names of upstream array members to which it is to connect according to the CARP algorithm.

Remarks

This property is read/write. Its default value is fpcNameSystem_DNS, which indicates that the Web proxy is to use the DNS name lookup system to resolve the name of an upstream server.

After the value of this property has been modified, the change must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the change to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services After Configuration Changes.

Requirements

Client Requires Windows XP.
Server Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition.
Version Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004.
IDL

Declared in Msfpccom.idl.

DLL Requires Msfpccom.dll.

See Also

FPCWebProxy

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.