Click or drag to resize
IExternalIPAddressServiceGetExternalIPAddress Method
Returns the external IP address of the application.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string GetExternalIPAddress()

Return Value

Type: String
Remarks
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