Microsoft Internet Security and Acceleration Server 2004 SDK

UnlimitedNumberOfConnections Property of IFPCWebListenerProperties[C++]

FPCWebListenerProperties.UnlimitedNumberOfConnections [Visual Basic]

[C++]

The UnlimitedNumberOfConnections property gets or sets a Boolean that indicates whether the ISA Server Web proxy can have an unlimited number of connections.

HRESULT get_UnlimitedNumberOfConnections(
  VARIANT_BOOL** pfUnlimited
);

HRESULT put_UnlimitedNumberOfConnections(
  VARIANT_BOOL fUnlimited
);

Parameters

pfUnlimited
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the Web proxy can have an unlimited number of connections, or to VARIANT_FALSE if the Web proxy can have only a limited number of connections.
fUnlimited
Boolean value that indicates whether the Web proxy can have an unlimited number of connections.

Return Values

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

Remarks

This property is read/write.

If this property is set to VARIANT_FALSE, the number of connections is specified by the NumberOfConnections property.

[Visual Basic]

The UnlimitedNumberOfConnections property gets or sets a Boolean that indicates whether the ISA Server Web proxy can have an unlimited number of connections.

Property UnlimitedNumberOfConnections As Boolean

Property Value

Boolean value that indicates whether the Web proxy can have an unlimited number of connections.

Remarks

This property is read/write.

If this property is set to False, the number of connections is specified by the NumberOfConnections property.

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

FPCWebListenerProperties