Skip to content

URIHelpers.IsLiteral

Andrew Lambert edited this page Jun 13, 2017 · 4 revisions

URIHelpers.IsLiteral

Method Signature

 Protected Function IsLiteral(Hostname As String) As Boolean

Remarks

Returns True if the specified host name is probably an IP(version 4 or 6) address. Pass the hostname only, not the complete URL.

Clone this wiki locally