resolveNames (property)

Determines whether the class resolves the host name for each host during the trace.

Syntax

@property (nonatomic,readwrite,assign,getter=resolveNames,setter=setResolveNames:) BOOL resolveNames;
- (BOOL)resolveNames;
- (void)setResolveNames:(BOOL)newResolveNames;
public var resolveNames: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property determines whether the class resolves the name of host at each "hop" during the trace. The default value is "False". Please note that the trace takes longer due to name resolution if this property is set to "True".

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