sharedlibrarycoreinterfaces IGeoLocationResult - RaidMax/IW4M-Admin GitHub Wiki
Public interface
IGeoLocationResult Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IGeoLocationResult[IGeoLocationResult](/RaidMax/IW4M-Admin/wiki/IGeoLocationResult)
class SharedLibraryCore.Interfaces.IGeoLocationResult interfaceStyle;
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
string |
ASN |
get, set |
string |
Country |
get, set |
string |
CountryCode |
get, set |
string |
Organization |
get, set |
string |
Region |
get, set |
string |
Timezone |
get, set |
Details
Properties
Country
public string Country { get; set; }
CountryCode
public string CountryCode { get; set; }
Region
public string Region { get; set; }
ASN
public string ASN { get; set; }
Timezone
public string Timezone { get; set; }
Organization
public string Organization { get; set; }
Generated with ModularDoc