Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.51 KB

File metadata and controls

57 lines (45 loc) · 1.51 KB

Function: IsIPv6

Determine whether the given hostname supports IPv6.

Method Signature

IsIPv6(hostname=[string])

Arguments

Argument Type Required Description Default
hostname string false

Examples

Related