IFPCConnectivityResult::RequestType property
Applies to: desktop apps only
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.
This property is read-only.
Syntax
HRESULT get_RequestType(
FpcRequestType *pRequestType
);
' Data type: FpcRequestType
Property RequestType( _
ByVal pRequestType As FpcRequestType _
) As FpcRequestType
Property value
Value from the FpcRequestType enumerated type that specifies the type of request used for checking connectivity.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. Its value is determined by the value of the RequestType property of the connectivity verifier used for checking connectiivty.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010