Class NullGeolocationProvider
  
  
  
  
    Inheritance
    System.Object
    
    NullGeolocationProvider
   
  
  
  
  Assembly: EPiServer.Framework.dll
  Version: 12.0.3
  Syntax
  
    public class NullGeolocationProvider : GeolocationProviderBase, IGeolocationProvider
   
  Constructors
  
  
  
  
  NullGeolocationProvider()
  
  
  Declaration
  
    public NullGeolocationProvider()
   
  Properties
  
  
  
  
  Capabilities
  
  
  Declaration
  
    public override Capabilities Capabilities { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
  
  
  Lookup(IPAddress)
  
  
  Declaration
  
    public override IGeolocationResult Lookup(IPAddress address)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Net.IPAddress | address |  | 
    
  
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods