NetExtrasGetHostName Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetHostName(
IPAddress externalIP = null
)
Public Shared Function GetHostName (
Optional externalIP As IPAddress = Nothing
) As String
public:
static String^ GetHostName(
IPAddress^ externalIP = nullptr
)
static member GetHostName :
?externalIP : IPAddress
(* Defaults:
let _externalIP = defaultArg externalIP null
*)
-> string
Parameters
- externalIP (Optional)
- Type: System.NetIPAddress
Return Value
Type:
String
See Also