Share via


SSLPort Property of the IFPCWebListenerProperties Interface

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

C++

HRESULT put_SSLPort(
    long lSSLPortNumber
);
HRESULT get_SSLPort(
    long** plSSLPortNumber
);

Parameters

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

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

Return Value

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

Visual Basic

Property SSLPort As Long

Property Value

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

Remarks

This property is read/write. Its default value is 0, and its range of permissible values is from 0 through 65535. When a Web listener for incoming HTTPS traffic is created in Forefront TMG Management, the value of this property is automatically set to 443.

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

The SSL port specified for the Internal network or a user-defined network can be used only in a Web proxy chaining scenario. In this case, a downstream Forefront TMG computer is configured to forward Web requests to an upstream proxy server over SSL. The SSL port specified for the Local Host network can be used by applications running on the Forefront TMG computer. Web proxy clients should send their HTTP CONNECT requests for SSL connections to the TCP port specified in the TCPPort property.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCWebListenerProperties

Send comments about this topic to Microsoft

Build date: 6/30/2010