System::Net::WebProxy::IsBypassed 方法
WebProxy::IsBypassed method
检查对指定 URI 是否未使用代理服务器。
bool System::Net::WebProxy::IsBypassed(System::SharedPtr<Uri> host)
| Parameter | Type | 描述 |
|---|---|---|
| host | System::SharedPtr<Uri> | 要检查的 URI。 |
ReturnValue
如果指定的 URI 未使用代理服务器则为 true,否则为 false。
另见
- Typedef SharedPtr
- Class Uri
- Class WebProxy
- Namespace System::Net
- Library Aspose.Page for C++