UtilHostsIsMapped(String) Method
Checks whether a HostName is already mapped.
Namespace: DevCase.Core.Networking.SecurityAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsMapped(
string hostName
)
Public Shared Function IsMapped (
hostName As String
) As Boolean
Dim hostName As String
Dim returnValue As Boolean
returnValue = UtilHosts.IsMapped(hostName)
public:
static bool IsMapped(
String^ hostName
)
static member IsMapped :
hostName : string -> bool
No code example is currently available or this language may not be supported.
- hostName String
-
The hostname.
Boolean if the specified Hostname is mapped; otherwise,
.
FileNotFoundException
|
Hosts file not found.
|