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