Microsoft Internet Security and Acceleration Server 2004 SDK

SSLPort Property of IFPCWebListenerProperties[C++]

FPCWebListenerProperties.SSLPort [Visual Basic]

[C++]

The SSLPort property gets or sets the Secure Sockets Layer (SSL) port for the Web listener.

HRESULT get_SSLPort(
  long** plSSLPortNumber
);

HRESULT put_SSLPort(
  long lSSLPortNumber
);

Parameters

plSSLPortNumber
Pointer to a variable that on return receives a 32-bit integer specifying the SSL port number.
lSSLPortNumber
A 32-bit integer that specifies the SSL port number.

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.

A value of 0 indicates that there is no SSL port.

[Visual Basic]

The SSLPort property gets or sets the Secure Sockets Layer (SSL) port for the Web listener.

Property SSLPort As Long

Property Value

A 32-bit integer that specifies the SSL port number.

Remarks

This property is read/write.

A value of 0 indicates that there is no SSL port.

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