response_source Property

The source of the last PING response.

Syntax

def get_response_source() -> str: ...

response_source = property(get_response_source, None)

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 ping_host.

This property is read-only.

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