System::Net::IWebProxy::IsBypassed 方法
IWebProxy::IsBypassed method
返回一个值,指示是否不应对指定的主机使用代理。
virtual bool System::Net::IWebProxy::IsBypassed(System::SharedPtr<Uri> host)=0
| Parameter | Type | 描述 |
|---|---|---|
| host | System::SharedPtr<Uri> | 要检查的主机 URI。 |
ReturnValue
当不应使用代理服务器时为 true,否则为 false。
另见
- Typedef SharedPtr
- Class Uri
- Class IWebProxy
- Namespace System::Net
- Library Aspose.Page for C++