Click or drag to resize

AbstractResponse Class

Abstract class that represents a generic response.
Inheritance Hierarchy
SystemObject
  MaxMind.GeoIP2.ResponsesAbstractResponse
    More...

Namespace:  MaxMind.GeoIP2.Responses
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public abstract class AbstractResponse

The AbstractResponse type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractResponse
Initializes a new instance of the AbstractResponse class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSetLocales
This is simplify the database API. Also, we may need to use the locales in the future.
Public methodToString (Inherited from Object.)
Top
See Also
Inheritance Hierarchy