System::Net::CookieContainer::IsLocalDomain method

CookieContainer::IsLocalDomain method

Checks if the specified domain is localhost.

bool System::Net::CookieContainer::IsLocalDomain(String host)
ParameterTypeDescription
hostStringThe domain to check.

ReturnValue

True when the specified domain is localhost, otherwise false.

See Also