remotePort (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=remotePort,setter=setRemotePort:) int remotePort;
- (int)remotePort;
- (void)setRemotePort:(int)newRemotePort;
public var remotePort: Int32 {
  get {...}
set {...} }

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.

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