public bool TryGetHostEntry( IPAddress address, out IPHostEntry? entry, out string? errorMessage )
Parameters
- address
- The address.
- entry
- The entry if all was okey else this will be null.
- errorMessage
- The error if failed.
Return Value
true
if no errors, false
otherwise.