HostExists Method

Soulstone

Soulstone
Check if a particular hosts exists.

Namespace:  Soulstone.Data
Assembly:  Soulstone.Data (in Soulstone.Data.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override bool HostExists(
	string hostName
)
Visual Basic (Declaration)
Public Overrides Function HostExists ( _
	hostName As String _
) As Boolean
Visual C++
public:
virtual bool HostExists(
	String^ hostName
) override

Parameters

hostName
Type: System..::.String
The name of the host to be searched.

Return Value

True or false.

See Also