NetExtrasGetExternalDefaultLocalAddress Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetExternalDefaultLocalAddress(
string WebCheckIPURL = null
)
Public Shared Function GetExternalDefaultLocalAddress (
Optional WebCheckIPURL As String = Nothing
) As String
public:
static String^ GetExternalDefaultLocalAddress(
String^ WebCheckIPURL = nullptr
)
static member GetExternalDefaultLocalAddress :
?WebCheckIPURL : string
(* Defaults:
let _WebCheckIPURL = defaultArg WebCheckIPURL null
*)
-> string
Parameters
- WebCheckIPURL (Optional)
- Type: SystemString
Return Value
Type:
String
See Also