Microsoft Internet Security and Acceleration Server 2004 SDK

PrimaryRoute Property of IFPCRoutingRule[C++]

FPCRoutingRule.PrimaryRoute [Visual Basic]

[C++]

The PrimaryRoute property gets an FPCPrimaryRoute object that represents the primary route used to route requests from Web proxy clients. The primary route can be direct to the Internet, it can include an upstream proxy server, or it can redirect Web proxy client requests to a specified host.

HRESULT get_PrimaryRoute(
  IFPCPrimaryRoute** ppPrimaryRoute
);

Parameters

ppPrimaryRoute
Address of an interface pointer that on return points to an IFPCPrimaryRoute interface specifying the primary route used to route requests from Web proxy clients.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The PrimaryRoute property gets an FPCPrimaryRoute object that represents the primary route used to route requests from Web proxy clients. The primary route can be direct to the Internet, it can include an upstream proxy server, or it can redirect Web proxy client requests to a specified host.

Property PrimaryRoute As FPCPrimaryRoute

Property Value

Reference to an FPCPrimaryRoute object that represents the primary route used to route requests from Web proxy clients.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCRoutingRule