IFPCVpnConfiguration2::SSTPListener property

Applies to: desktop apps only

The SSTPListener property gets an FPCRef object that references the FPCWebListener object representing the Web Listener used for SSTP access.

This property is read-only.

Syntax

HRESULT get_SSTPListener(
  IFPCRef **ppSSTPListener
);
' Data type: FPCRef

Property SSTPListener( _
  ByVal ppSSTPListener As IFPCRef _
) As FPCRef

Property value

Reference to an FPCRef object that references the FPCWebListener object representing the Web Listener used for SSTP access.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. The Web Listener used for SSTP access can be set by calling the SetSSTPListener method.

This property is ignored, and no Web listener is used for SSTP access if the EnableSSTP property is set to False (VARIANT_FALSE in C++).

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

FPCVpnConfiguration

 

 

Build date: 7/12/2010