Microsoft Internet Security and Acceleration Server 2004 SDK

RequestType Property of IFPCConnectivityResult[C++]

FPCConnectivityResult.RequestType [Visual Basic]

[C++]

The RequestType property gets a value from the FpcRequestType enumerated type that specifies the type of request used for checking connectivity. This can be an HTTP request, a ping request, or a Transmission Control Protocol (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 used for checking connectivity.

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 RequestType property gets a value from the FpcRequestType enumerated type that specifies the type of request used for checking connectivity. This can be an HTTP request, a ping request, or a Transmission Control Protocol (TCP) connection request.

Property RequestType As FpcRequestType

Property Value

Value from the FpcRequestType enumerated type that specifies the type of request used for checking connectivity.

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

FPCConnectivityResult