Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "addrinfo" in [All]

Structures

.

    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

.

addrinfo

.
Documentation
[addrinfo] on MSDN
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.


 
Access PInvoke.net directly from VS: