Expand Minimize
This topic has not yet been rated - Rate this topic

FpcProtocolSelectionType enumeration

Applies to: desktop apps only

The FpcProtocolSelectionType enumerated type contains values that specify the group of protocols to which an access rule applies.

Syntax


typedef enum FpcProtocolSelectionType { 
  fpcAllIpTraffic                 = 0,
  fpcSpecifiedProtocols           = 1,
  fpcAllExceptSpecifiedProtocols  = 2
} FpcProtocolSelectionType;

Constants

fpcAllIpTraffic

All Internet Protocol (IP) connections.

fpcSpecifiedProtocols

Protocols specified by the SpecifiedProtocols property.

fpcAllExceptSpecifiedProtocols

All IP traffic except the protocols specified by the SpecifiedProtocols property.

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

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.