Home
last modified time | relevance | path

Searched refs:UnsafeAuthenticatedConnectionSharing (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest/
H A DWebRequestHandler.cs136 public bool UnsafeAuthenticatedConnectionSharing { property in System.Net.Http.WebRequestHandler
154 wr.UnsafeAuthenticatedConnectionSharing = unsafeAuthenticatedConnectionSharing; in CreateWebRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DWebConnectionGroup.cs124 bool req_sharing = request.UnsafeAuthenticatedConnectionSharing; in PrepareSharingNtlm()
125 bool cnc_sharing = cnc.UnsafeAuthenticatedConnectionSharing; in PrepareSharingNtlm()
H A DHttpWebRequest.platformnotsupported.cs285 public bool UnsafeAuthenticatedConnectionSharing { property in System.Net.HttpWebRequest
H A DHttpWebRequest.cs703 public bool UnsafeAuthenticatedConnectionSharing property in System.Net.HttpWebRequest
1491 cnc.UnsafeAuthenticatedConnectionSharing = unsafe_auth_blah; in HandleNtlmAuth()
H A DWebConnection.cs1248 internal bool UnsafeAuthenticatedConnectionSharing { property in System.Net.WebConnection
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/
H A DHttpClientTransportSink.cs151 if (channel.UnsafeAuthenticatedConnectionSharing == true) in CreateRequest()
152 request.UnsafeAuthenticatedConnectionSharing = true; in CreateRequest()
H A DHttpClientChannel.cs324 internal bool UnsafeAuthenticatedConnectionSharing { property in System.Runtime.Remoting.Channels.Http.HttpClientChannel
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DHttpWebRequest.cs87 UnsafeAuthenticatedConnectionSharing = 0x00000040, enumerator
428 public bool UnsafeAuthenticatedConnectionSharing property in System.Net.HttpWebRequest
432 return (_booleans & Booleans.UnsafeAuthenticatedConnectionSharing) != 0;
438 _booleans |= Booleans.UnsafeAuthenticatedConnectionSharing;
442 _booleans &= ~Booleans.UnsafeAuthenticatedConnectionSharing;
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Net.Http.WebRequest.cs40 …public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } [System.Security.SecuritySa… property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Net.Http.WebRequest.cs40 …public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } [System.Security.SecuritySa… property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Net.Http.WebRequest.cs72 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Net.Http.WebRequest.cs71 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Net.Http.WebRequest.cs71 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Net.Http.WebRequest.cs71 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Net.Http.WebRequest.cs71 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Net.Http.WebRequest.cs72 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Net.Http.WebRequest.cs72 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DClientProtocol.cs851 … if (unsafeAuthenticatedConnectionSharing != httpRequest.UnsafeAuthenticatedConnectionSharing) in GetWebRequest()
852 … httpRequest.UnsafeAuthenticatedConnectionSharing = unsafeAuthenticatedConnectionSharing; in GetWebRequest()
887 public bool UnsafeAuthenticatedConnectionSharing { property in System.Web.Services.Protocols.HttpWebClientProtocol
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DHttpWebClientProtocol.cs117 public bool UnsafeAuthenticatedConnectionSharing property in System.Web.Services.Protocols.HttpWebClientProtocol
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpWebRequest.cs95 UnsafeAuthenticatedConnectionSharing = 0x00000040, enumerator
565 public bool UnsafeAuthenticatedConnectionSharing { property in System.Net.HttpWebRequest
567 return (_Booleans&Booleans.UnsafeAuthenticatedConnectionSharing)!=0;
572 _Booleans |= Booleans.UnsafeAuthenticatedConnectionSharing;
575 _Booleans &= ~Booleans.UnsafeAuthenticatedConnectionSharing;
584 return m_IsCurrentAuthenticationStateProxy || UnsafeAuthenticatedConnectionSharing;
1211 …GlobalLog.Assert(!UnsafeAuthenticatedConnectionSharing, "Created a unique connection AND UnsafeCon… in ClearAuthenticatedConnectionResources()
5368 …ctionLine = GenerateConnectionGroup(_ConnectionGroupName, UnsafeAuthenticatedConnectionSharing, m_… in GetConnectionGroupLine()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/ref/
H A DSystem.Net.Requests.cs173 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Net.HttpWebRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DHttpChannelFactory.cs666 httpWebRequest.UnsafeAuthenticatedConnectionSharing = true; in GetConnectionGroupName()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Web.Services.cs1227 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Web.Services.Protocols.HttpWebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Web.Services.cs1227 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Web.Services.Protocols.HttpWebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Web.Services.cs1660 public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } } property in System.Web.Services.Protocols.HttpWebClientProtocol

12