Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Details.IClientLocation Interface Reference

Details relating to the network and geographic location of a client. More...

Inherited by PushTechnology.ClientInterface.CommandServices.Commands.Control.Client.ClientLocation.

Properties

string Address [get]
 Returns a string representation of the IP address. More...
 
string HostName [get]
 Returns the host name. More...
 
string ResolvedName [get]
 Returns the resolved name. More...
 
ICountryDetails CountryDetails [get]
 Returns the country details. More...
 
AddressType AddressType [get]
 Returns the address type. More...
 
ICoordinates Coordinates [get]
 Returns the geographic coordinates of the client if this could be ascertained. More...
 

Detailed Description

Details relating to the network and geographic location of a client.

Property Documentation

string PushTechnology.ClientInterface.Client.Details.IClientLocation.Address
get

Returns a string representation of the IP address.

AddressType PushTechnology.ClientInterface.Client.Details.IClientLocation.AddressType
get

Returns the address type.

ICoordinates PushTechnology.ClientInterface.Client.Details.IClientLocation.Coordinates
get

Returns the geographic coordinates of the client if this could be ascertained.

ICountryDetails PushTechnology.ClientInterface.Client.Details.IClientLocation.CountryDetails
get

Returns the country details.

string PushTechnology.ClientInterface.Client.Details.IClientLocation.HostName
get

Returns the host name.

string PushTechnology.ClientInterface.Client.Details.IClientLocation.ResolvedName
get

Returns the resolved name.


The documentation for this interface was generated from the following file: