Microsoft Internet Security and Acceleration Server 2004 SDK

Bidirectional Property of IFPCLogEntry[C++]

FPCLogEntry.Bidirectional [Visual Basic]

[C++]

The Bidirectional property gets a value from the FpcBidirectional enumerated type that indicates whether the connection was bidirectional.

HRESULT get_Bidirectional(
  FpcBidirectional* pVal
);

Parameters

pVal
Pointer to a variable that receives a value from the FpcBidirectional enumerated type which indicates whether the connection was bidirectional.

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 Bidirectional property gets a value from the FpcBidirectional enumerated type that indicates whether the connection was bidirectional.

Property Bidirectional As FpcBidirectional

Property Value

Value from the FpcBidirectional enumerated type that indicates whether the connection was bidirectional.

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

FPCLogEntry