Microsoft Internet Security and Acceleration Server 2004 SDK

RouteType Property of IFPCPrimaryRoute[C++]

FPCPrimaryRoute.RouteType [Visual Basic]

[C++]

The RouteType property gets or sets a value from the FpcPrimaryRouteType enumerated type that specifies whether requests from Web proxy clients are sent directly to the requested destination, to an upstream proxy server, or to an alternate host.

HRESULT get_RouteType(
  FpcPrimaryRouteType* pRouteType
);

HRESULT put_RouteType(
  FpcPrimaryRouteType RouteType
);

Parameters

pRouteType
Pointer to a variable that on return receives a value from the FpcPrimaryRouteType enumerated type specifying whether requests from Web proxy clients are sent directly to the requested destination, to an upstream proxy server, or to an alternate host.
RouteType
Value from the FpcPrimaryRouteType enumerated type that specifies whether requests from Web proxy clients are sent directly to the requested destination, to an upstream proxy server, or to an alternate host.

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.

[Visual Basic]

The RouteType property gets or sets a value from the FpcPrimaryRouteType enumerated type that specifies whether requests from Web proxy clients are sent directly to the requested destination, to an upstream proxy server, or to an alternate host.

Property RouteType As FpcPrimaryRouteType

Property Value

Value from the FpcPrimaryRouteType enumerated type that specifies whether requests from Web proxy clients are sent directly to the requested destination, to an upstream proxy server, or to an alternate host.

Remarks

This property is read/write.

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

FPCPrimaryRoute