System::Net::WebProxy::IsBypassed 方法

WebProxy::IsBypassed method

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

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

ReturnValue

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

另见