Microsoft Internet Security and Acceleration Server 2004 SDK

RequestType Property of IFPCConnectivityVerifier[C++]

FPCConnectivityVerifier.RequestType [Visual Basic]

[C++]

The RequestType property gets a value from the FpcRequestType enumerated type that specifies the type of request to be used in the verification operation of the connectivity verifier. The request can be an HTTP request, a ping request, or a TCP connection request.

HRESULT get_RequestType(
  FpcRequestType* pRequestType
);

Parameters

pRequestType
Pointer to a variable that on return receives a value from the FpcRequestType enumerated type specifying the type of request to be used in the verification operation of the connectivity verifier.

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.

If this property is set to fpcHttpConnect, a system policy rule, named Allow HTTP/HTTPS requests from ISA Server to selected servers for connectivity verifiers, which belongs to the HTTP Connectivity Verifiers configuration group, must be enabled for the connectivity verifier to work. For information on how to enable a system policy rule by enabling its configuration group, see the Enabled property of the FPCSystemPolicyConfigGroup object.

[Visual Basic]

The RequestType property gets a value from the FpcRequestType enumerated type that specifies the type of request to be used in the verification operation of the connectivity verifier. The request can be an HTTP request, a ping request, or a TCP connection request.

Property RequestType As FpcRequestType

Property Value

Value from the FpcRequestType enumerated type that specifies the type of request to be used in the verification operation of the connectivity verifier.

Remarks

This property is read-only.

If this property is set to fpcHttpConnect, a system policy rule, named Allow HTTP/HTTPS requests from ISA Server to selected servers for connectivity verifiers, which belongs to the HTTP Connectivity Verifiers configuration group, must be enabled for the connectivity verifier to work. For information on how to enable a system policy rule by enabling its configuration group, see the Enabled property of the FPCSystemPolicyConfigGroup object.

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

FPCConnectivityVerifier