IsLocalDomain()

CookieContainer::IsLocalDomain(String) method

Checks if the specified domain is localhost.

bool System::Net::CookieContainer::IsLocalDomain(String host)

Arguments

ParameterTypeDescription
hostStringThe domain to check.

Return Value

True when the specified domain is localhost, otherwise false.

See Also