Variable DefaultGetExternalIpByUPnPOptionsConst
DefaultGetExternalIpByUPnPOptions: { 
    checkIp: ((ip?: string) => boolean); 
    ignoreCache: boolean; 
    localPort: number; 
    multicastIp: string; 
    port: number; 
    timeoutMilliseconds: number; 
    trace: boolean; 
} = ...
Type declaration
- checkIp: ((ip?: string) => boolean)- (ip?): boolean
- Returns boolean
 
 
- ignoreCache: boolean
- localPort: number
- multicastIp: string
- port: number
- timeoutMilliseconds: number
- trace: boolean
Let the system choose a free port by default