Click or drag to resize

NetworkingGetIpEntry Method

Get IP Host Entry object

Namespace:  Baffa.Utils
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IPHostEntry GetIpEntry(
	string hostname
)

Parameters

hostname
Type: SystemString
Hostname

Return Value

Type: IPHostEntry
IPHostEntry
See Also