The ConnectionLimitPolicy property gets an FPCConnectionLimitPolicy object that specifies the limits to the number of transport-layer protocol connections allowed at one time for default clients and special IP addresses. Examples of transport-layer protocols are TCP and UDP.
HRESULT get_ConnectionLimitPolicy( IFPCConnectionLimitPolicy** ppConnectionLimitPolicy );
Address of an interface pointer that on return points to an IFPCConnectionLimitPolicy interface that represents the limits to the number of transport-layer protocol connections allowed at one time for default clients and special IP addresses.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property ConnectionLimitPolicy As FPCConnectionLimitPolicy
Reference to an FPCConnectionLimitPolicy object that specifies the limits to the number of transport-layer protocol connections allowed at one time for default clients and special IP addresses.
This property is read-only. The connection limit policy can be modified through the properties of the FPCConnectionLimitPolicy object retrieved (the IFPCConnectionLimitPolicy retrieved interface in C++).
The default limit for each transport-layer protocol is 160 connetions. In the case of UDP, the limit is on the number of connection mappings, rather than on the number of connections.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.