Click or drag to resize

SessionBaseIsSameHost Method

Determine if two host names represent the same tcp/ip host

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static bool IsSameHost(
	string host1,
	string host2
)

Parameters

host1
Type: SystemString
Host name 1
host2
Type: SystemString
Host name 2

Return Value

Type: Boolean
True if host is the same; otherwise false
See Also