System::Net::CookieContainer::IsLocalDomain method

CookieContainer::IsLocalDomain method

检查指定的域是否为 localhost。

bool System::Net::CookieContainer::IsLocalDomain(String host)
ParameterType描述
host字符串要检查的域。

ReturnValue

如果指定的域是 localhost 则为 true,否则为 false。

另见