responseSource (property)

The source of the last PING response.

Syntax

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

Default Value

""

Remarks

This property contains the address of the host responding to the PING (ICMP ECHO) request. This may or may not be the host used in PingHost.

This property is read-only.

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