HostContainerContains Method Ipswitch.Messaging.Framework
Check to see whether a host exists.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public bool Contains(
	string host
)

Parameters

host
Type: SystemString
the HostName or IP Address string of a host to check for.

Return Value

Type: Boolean
true if the host string refers to an available Host; otherwise, false.
See Also

Reference