AddrInfoC.canonname

class AddrInfoC
char[]
canonname
()

Return Value

Type: char[]

the official host name or null if the last get() failed or get() has not been called yet with Flags.AI_CANONNAME set. On success a nul-terminator follows the sliced string so its .ptr is a C string.

Meta