System::Net::CookieContainer::IsLocalDomain method
CookieContainer::IsLocalDomain method
检查指定的域是否为 localhost。
bool System::Net::CookieContainer::IsLocalDomain(String host)
| Parameter | Type | 描述 |
|---|---|---|
| host | 字符串 | 要检查的域。 |
ReturnValue
如果指定的域是 localhost 则为 true,否则为 false。
另见
- Class String
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Page for C++