public static List<HostsMappingInfo> GetMappingsFromIP(
string ip
)
Public Shared Function GetMappingsFromIP (
ip As String
) As List(Of HostsMappingInfo)
Dim ip As String
Dim returnValue As List(Of HostsMappingInfo)
returnValue = UtilHosts.GetMappingsFromIP(ip)
public:
static List<HostsMappingInfo^>^ GetMappingsFromIP(
String^ ip
)
static member GetMappingsFromIP :
ip : string -> List<HostsMappingInfo>
No code example is currently available or this language may not be supported.
[Missing <param name="ip"/> documentation for "M:DevCase.Core.Networking.Security.UtilHosts.GetMappingsFromIP(System.String)"]
[Missing <returns> documentation for "M:DevCase.Core.Networking.Security.UtilHosts.GetMappingsFromIP(System.String)"]
FileNotFoundException | Hosts file not found. |
FormatException | Invalid IP adress. |