RemotePort Property

The port for the RADIUS server (default is 1812).

Syntax

ANSI (Cross Platform)
int GetRemotePort();
int SetRemotePort(int iRemotePort); Unicode (Windows) INT GetRemotePort();
INT SetRemotePort(INT iRemotePort);
@property (nonatomic,readwrite,assign,getter=remotePort,setter=setRemotePort:) int remotePort;
- (int)remotePort;
- (void)setRemotePort:(int)newRemotePort;
#define PID_RADIUS_REMOTEPORT 11

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_RADIUS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_RADIUS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

1812

Remarks

The RemotePort is the UDP port to which requests will be made. The default value is 1812. Port 1645 is also commonly used.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Edition - Version 20.0 [Build 8155]