Microsoft Internet Security and Acceleration Server 2004 SDK

FpcBidirectional

The FpcBidirectional enumerated type contains values that indicate whether a connection was bidirectional.

typedef enum FpcBidirectional
{
  fpcBidirectionalNotLogged
fpcBidirectionalNotLogged
The log entry does not indicate whether the connection was bidirectional.
 = 0,
  fpcBidirectionalYes
fpcBidirectionalYes
The connection was bidirectional.
 = 1,
  fpcBidirectionalNo
fpcBidirectionalNo
The connection was not bidirectional.
 = 2

} FpcBidirectional;

Constants

fpcBidirectionalNotLogged
The log entry does not indicate whether the connection was bidirectional.
fpcBidirectionalYes
The connection was bidirectional.
fpcBidirectionalNo
The connection was not bidirectional.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types