UtilHostsIsDisabled(HostsMappingInfo) Method

Checks whether a HostName is already disabled.

Definition

Namespace: DevCase.Core.Networking.Security
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsDisabled(
	HostsMappingInfo mappingInfo
)

Parameters

mappingInfo  HostsMappingInfo
A HostsMappingInfo instance containing the mapping info.

Return Value

Boolean
if the specified Hostname is mapped; otherwise, .

See Also