IPEndPointResolverIsValidHost Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemString
Return Value
Type:
Boolean
See Also