hostAliases (property)

Other names corresponding to the host with the name HostName.

Syntax

@property (nonatomic,readonly,assign,getter=hostAliases) NSString* hostAliases;
- (NSString*)hostAliases;
public var hostAliases: String {
  get {...}
}

Default Value

""

Remarks

This property contains a list of alternate names for the host specified by HostName and HostAddress separated by spaces.

This property is read-only.

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