IpLocationItem Structure

DCSoft.DBUtilityGeneric

IpLocationItem Structure
IP 地址分析结果结构体

Namespace: DCSoft.Utility.Net
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public struct IpLocationItem

The IpLocationItem type exposes the following members.

Constructors
  NameDescription
Public methodIpLocationItem
结构初始化
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldCity
IP 所在城市
Public fieldCountry
IP 所在国家
Public fieldIpEnd
IP 结束地址段
Public fieldIpStart
IP 开始地址段
Top
See Also