NetExtrasGetExternalAddress Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetExternalAddress(
string WebCheckIPURL = "http://checkip.dyndns.org"
)
Public Shared Function GetExternalAddress (
Optional WebCheckIPURL As String = "http://checkip.dyndns.org"
) As String
public:
static String^ GetExternalAddress(
String^ WebCheckIPURL = L"http://checkip.dyndns.org"
)
static member GetExternalAddress :
?WebCheckIPURL : string
(* Defaults:
let _WebCheckIPURL = defaultArg WebCheckIPURL "http://checkip.dyndns.org"
*)
-> string
Parameters
- WebCheckIPURL (Optional)
- Type: SystemString
Return Value
Type:
String
See Also