System::Net::WebProxy::IsBypassed method

WebProxy::IsBypassed method

检查是否未对指定的 URI 使用代理服务器。

bool System::Net::WebProxy::IsBypassed(System::SharedPtr<Uri> host)
参数类型描述
hostSystem::SharedPtr<Uri>要检查的 URI。

ReturnValue

如果指定的 URI 未使用代理服务器则为 true,否则为 false。

另见