MailBeeNoIP4HostFoundExceptionHostEntry Property |
Gets a reference to the resolved host data.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public IPHostEntry HostEntry { get; }
Public ReadOnly Property HostEntry As IPHostEntry
Get
Property Value
Type:
IPHostEntryThe resolved host data which does not contain any IPv4-compatible IP addresses.
See Also