1 sharedlibrarycoreinterfaces IGeoLocationResult
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IGeoLocationResult Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IGeoLocationResult[[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