ResponseSource Property
The source of the last PING response.
Syntax
[VB.NET] Public ReadOnlyProperty ResponseSource As String
[C#] public string ResponseSource {get;}
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.
Default Value
""