IExternalIPAddressServiceGetExternalIPAddress Method |
Returns the external IP address of the application.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string GetExternalIPAddress()
Function GetExternalIPAddress As String
String^ GetExternalIPAddress()
abstract GetExternalIPAddress : unit -> string
Return Value
Type:
StringRemarks
This will block until the external IP address is determined and may throw exceptions if the IP
address cannot be determined. It would be best not to call this from a GUI thread.
See Also