IFPCWebListenerProperties::SSLPort property
Applies to: desktop apps only
The SSLPort property gets or sets the Secure Sockets Layer (SSL) port for the Web listener.
This property is read/write.
Syntax
HRESULT put_SSLPort(
long lSSLPortNumber
);
HRESULT get_SSLPort(
long **plSSLPortNumber
);
' Data type: Long
Property SSLPort( _
ByVal lSSLPortNumber As long, _
ByVal plSSLPortNumber As long _
) As Long
Property value
A 32-bit integer that specifies the SSL port number.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
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
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 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010