Desktop Functions: Smart Device Functions:
|
Search Results for "addrinfo" in [All]Structures1: addrinfo
internal unsafe struct addrinfo
internal addrinfo* ai_next;
var addressList = new List<addrinfo> {this};
internal addrinfo[] Children
return new addrinfo[0];
var childList = new List<addrinfo>();
internal static addrinfo CreateHints()
return new addrinfo()
internal static addrinfo FromPtr(IntPtr handle)
return *(addrinfo*) handle;
Structure addrinfo 2: AI
/// The nodename parameter passed to the getaddrinfo function must be a numeric string.
/// The getaddrinfo will resolve only if a global address is configured. The IPv6 and IPv4 loopback address is not considered a valid global address. This option is only supported on Windows Vista or later. |