Struct IPSubnetBlock
  
  Provides address segment block information
 
  
  
    Inherited Members
    
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: NFX.Web.dll
  Syntax
  
    public struct IPSubnetBlock
   
  Constructors
  
  
  
  
  IPSubnetBlock(SealedString, SealedString, SealedString, SealedString, Boolean, Boolean, SealedString, Single, Single)
  
  
  Declaration
  
    public IPSubnetBlock(SealedString subnet, SealedString locationID, SealedString registeredLocationID, SealedString representedLocationID, bool anonymousProxy, bool satelliteProvider, SealedString postalCode, float lat, float lng)
   
  Parameters
  
  Fields
  
  
  
  AnonymousProxy
  
  
  Declaration
  
    public readonly bool AnonymousProxy
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  Lat
  
  
  Declaration
  
    public readonly float Lat
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
  
  Lng
  
  
  Declaration
  
    public readonly float Lng
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
  
  LocationID
  
  
  Declaration
  
    public readonly SealedString LocationID
   
  Field Value
  
  
  
  PostalCode
  
  
  Declaration
  
    public readonly SealedString PostalCode
   
  Field Value
  
  
  
  RegisteredLocationID
  
  
  Declaration
  
    public readonly SealedString RegisteredLocationID
   
  Field Value
  
  
  
  RepresentedLocationID
  
  
  Declaration
  
    public readonly SealedString RepresentedLocationID
   
  Field Value
  
  
  
  SatelliteProvider
  
  
  Declaration
  
    public readonly bool SatelliteProvider
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  Subnet
  
  
  Declaration
  
    public readonly SealedString Subnet
   
  Field Value
  
  Extension Methods