Click or drag to resize

Reader.Find<T> Method (IPAddress, InjectableValues)

Finds the data related to the specified address.

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

Parameters

ipAddress
Type: System.Net.IPAddress
The IP address.
injectables (Optional)
Type: MaxMind.Db.InjectableValues
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