Share via


IFPCRadiusServer::Port property

Applies to: desktop apps only

The Port property gets or sets the port for connecting with the RADIUS server.

This property is read/write.

Syntax

HRESULT put_Port(
  long lPort
);

HRESULT get_Port(
  long *plPort
);
' Data type: Long

Property Port( _
  ByVal lPort As long, _
  ByVal plPort As long _
) As Long

Property value

A 32-bit integer that specifies the port for connecting with the RADIUS server.

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 1812 (in accordance with RFC 2138), and its range of permissible values is from 1 through 65535. For older RADIUS servers, set the value of this property to 1645.

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

FPCRadiusServer

 

 

Build date: 7/12/2010