IPEndPointResolverIsValidHost Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static bool IsValidHost(
string host
)
Public Shared Function IsValidHost (
host As String
) As Boolean
public:
static bool IsValidHost(
String^ host
)
static member IsValidHost :
host : string -> bool
Parameters
- host String
-
Return Value
Boolean
See Also