Set the default web proxy for ADAL to use
This commit is contained in:
Родитель
9270c89a0c
Коммит
28f85662b6
|
@ -511,6 +511,9 @@ namespace Microsoft.Alm.Authentication
|
|||
{
|
||||
handler.Proxy = proxy;
|
||||
handler.UseProxy = true;
|
||||
|
||||
// Set the default web proxy for ADAL to use
|
||||
WebRequest.DefaultWebProxy = proxy;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче