Click or drag to resize
ReaderFindT Method (IPAddress, InjectableValues)
Finds the data related to the specified address.

Namespace: MaxMind.Db
Assembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
Syntax
public T Find<T>(
	IPAddress ipAddress,
	InjectableValues injectables = null
)
where T : class

Parameters

ipAddress
Type: System.NetIPAddress
The IP address.
injectables (Optional)
Type: MaxMind.DbInjectableValues
Value to inject during deserialization

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:MaxMind.Db.Reader.Find``1(System.Net.IPAddress,MaxMind.Db.InjectableValues)"]

Return Value

Type: T
An object containing the IP related data
See Also