IFPCArray3::CreateThreadPerHttpVerifier property

Applies to: desktop apps only

The CreateThreadPerHttpVerifier property gets or sets a Boolean value that indicates whether a separate thread will be created for each connectivity verifier that sends HTTP GET requests to check connectivity.

This property is read/write.

Syntax

HRESULT put_CreateThreadPerHttpVerifier(
  VARIANT_BOOL fCreateThreadPerHttpVerifier
);

HRESULT get_CreateThreadPerHttpVerifier(
  VARIANT_BOOL *pfCreateThreadPerHttpVerifier
);
' Data type: Boolean

Property CreateThreadPerHttpVerifier( _
  ByVal fCreateThreadPerHttpVerifier As VARIANT_BOOL, _
  ByVal pfCreateThreadPerHttpVerifier As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether a separate thread will be created for each connectivity verifier that sends HTTP GET requests to check connectivity.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. The default value is False (VARIANT_FALSE in C++).

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

FPCArray

 

 

Build date: 7/12/2010