RemoteHost Property
The address of a host to trace to.
Object Oriented Interface
public function getRemoteHost(); public function setRemoteHost($value);
Procedural Interface
ipworks_traceroute_get($res, 11 ); ipworks_traceroute_set($res, 11, $value );
Default Value
''
Remarks
Traces are initiated by setting RemoteHost to the name or address of the host to trace to.
This property must contain a valid Internet domain name or address or an error will be returned.
To interrupt a trace in progress, set RemoteHost to empty string.
Example (Perform a TraceRoute)
TraceRouteControl.TraceTo(
"myHost"
)
TraceRouteControl.RemoteHost =
"myHost"
Data Type
String