| IExternalIPAddressService Interface |
Namespace: VirtualRadar.Interface
The IExternalIPAddressService type exposes the following members.
| Name | Description | |
|---|---|---|
| Address |
Gets the last address fetched by GetExternalIPAddress.
| |
| Provider |
Gets or sets the object that isolates the service from the environment.
| |
| Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
| Name | Description | |
|---|---|---|
| GetExternalIPAddress |
Returns the external IP address of the application.
|
| Name | Description | |
|---|---|---|
| AddressUpdated |
Raised when the address has been determined by a call to GetExternalIPAddress.
|