System::Net::WebProxy::IsBypassed method

WebProxy::IsBypassed method

Verifica se il server proxy non è utilizzato per l’URI specificato.

bool System::Net::WebProxy::IsBypassed(System::SharedPtr<Uri> host)
ParametroTipoDescrizione
hostSystem::SharedPtr<Uri>L’URI da verificare.

ReturnValue

Vero quando il server proxy non viene utilizzato per l’URI specificato, altrimenti falso.

Vedi anche