Returns if host name is IP adress 4 bytes. Like 192.1.1.1

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
protected bool IsIPv4(
	string host
)

Parameters

host
Type: System..::..String
string with host name

Return Value

True if name is string with IPv4 address

See Also