Home
last modified time | relevance | path

Searched refs:ProxyAuthenticate (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/UnitTests/Headers/
H A DHttpResponseHeadersTest.cs228 Assert.Equal(0, headers.ProxyAuthenticate.Count); in ProxyAuthenticate_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
233 Assert.Equal(2, headers.ProxyAuthenticate.Count); in ProxyAuthenticate_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
237 headers.ProxyAuthenticate.ElementAt(0)); in ProxyAuthenticate_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
239 headers.ProxyAuthenticate.ElementAt(1)); in ProxyAuthenticate_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
241 headers.ProxyAuthenticate.Clear(); in ProxyAuthenticate_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
242 Assert.Equal(0, headers.ProxyAuthenticate.Count); in ProxyAuthenticate_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
254 Assert.Equal(3, headers.ProxyAuthenticate.Count); in ProxyAuthenticate_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
258 headers.ProxyAuthenticate.ElementAt(0)); in ProxyAuthenticate_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
260 headers.ProxyAuthenticate.ElementAt(1)); in ProxyAuthenticate_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
262 headers.ProxyAuthenticate.ElementAt(2)); in ProxyAuthenticate_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
[all …]
H A DAuthenticationHeaderValueTest.cs49 response.Headers.ProxyAuthenticate.Add(auth); in ToString_UseBothNoParameterAndSetParameter_AllSerializedCorrectly()
54 response.Headers.ProxyAuthenticate.Add(auth); in ToString_UseBothNoParameterAndSetParameter_AllSerializedCorrectly()
59 response.Headers.ProxyAuthenticate.Add(auth); in ToString_UseBothNoParameterAndSetParameter_AllSerializedCorrectly()
62 string result = response.Headers.ProxyAuthenticate.ToString(); in ToString_UseBothNoParameterAndSetParameter_AllSerializedCorrectly()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/vulcand/oxy/forward/
H A Dheaders.go13 ProxyAuthenticate = "Proxy-Authenticate" const
32 ProxyAuthenticate,
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/www/limesurvey/limesurvey/application/helpers/Zend/Http/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Http/Header/
H A DProxyAuthenticate.php16 class ProxyAuthenticate implements MultipleHeaderInterface class
68 if (!$header instanceof ProxyAuthenticate) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-http/src/Header/
H A DProxyAuthenticate.php15 class ProxyAuthenticate implements MultipleHeaderInterface class
65 if (! $header instanceof ProxyAuthenticate) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DHttpResponseHeaders.cs61 public HttpHeaderValueCollection<AuthenticationHeaderValue> ProxyAuthenticate => field in System.Net.Http.Headers.HttpResponseHeaders
62 …w HttpHeaderValueCollection<AuthenticationHeaderValue>(KnownHeaders.ProxyAuthenticate.Descriptor, …
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/Test/System.Net.Http/
H A DHttpResponseMessageTest.cs87 headers.ProxyAuthenticate.Add (new AuthenticationHeaderValue ("proxy", "par")); in Headers()
174 Assert.IsTrue (headers.ProxyAuthenticate.SequenceEqual ( in Headers()
308 Assert.AreEqual (4, headers.ProxyAuthenticate.Count, "#1a"); in Headers_MultiValues()
309 Assert.IsTrue (headers.ProxyAuthenticate.SequenceEqual ( in Headers_MultiValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpResponseHeader.cs35 ProxyAuthenticate = 24, // response-header [section 6.2] enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebHeaderCollection/src/System/Net/
H A DHttpResponseHeader.cs34 ProxyAuthenticate = 24, // response-header [section 6.2] enumerator
/dports/net/traefik/traefik-2.6.1/pkg/middlewares/auth/
H A Dforward_test.go28 w.Header().Set(forward.ProxyAuthenticate, "test")
51 assert.Equal(t, "test", res.Header.Get(forward.ProxyAuthenticate))
361 forward.ProxyAuthenticate: "ProxyAuthenticate",
376 forward.ProxyAuthenticate: "ProxyAuthenticate",
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Managed/
H A DHttpProxyConnectionHandler.cs75 foreach (AuthenticationHeaderValue h in response.Headers.ProxyAuthenticate) in SendWithProxyAsync()
116 … foreach (AuthenticationHeaderValue ahv in response.Headers.ProxyAuthenticate) in SendWithProxyAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DHttpKnownHeaderNames.cs59 public const string ProxyAuthenticate = "Proxy-Authenticate"; field in System.Net.HttpKnownHeaderNames

12345