IPEndPointResolverIsValidHost Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also