Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DHttpListenerAuthenticationTests.cs140 _listener.AuthenticationSchemeSelectorDelegate += selector; in TestBasicAuthenticationWithDelegate()
162 _listener.AuthenticationSchemeSelectorDelegate += selector; in TestAnonymousAuthenticationWithDelegate()
248 … _listener.AuthenticationSchemeSelectorDelegate = (request) => (AuthenticationSchemes)(-1); in AuthenticationSchemeSelectorDelegate_ReturnsInvalidAuthenticationScheme_PerformsNoAuthentication()
266 …_listener.AuthenticationSchemeSelectorDelegate = (request) => { throw new InvalidOperationExceptio… in AuthenticationSchemeSelectorDelegate_ThrowsException_SendsInternalServerErrorToClient()
278 …_listener.AuthenticationSchemeSelectorDelegate = (request) => { throw new OutOfMemoryException(); … in AuthenticationSchemeSelectorDelegate_ThrowsOutOfMemoryException_RethrowsException()
293 …Assert.Throws<ObjectDisposedException>(() => listener.AuthenticationSchemeSelectorDelegate = null); in AuthenticationSchemeSelectorDelegate_SetDisposed_ThrowsObjectDisposedException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DHttpListener.cs88 public AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { property in System.Net.HttpListener
312 if (AuthenticationSchemeSelectorDelegate != null) in SelectAuthenticationScheme()
313 return AuthenticationSchemeSelectorDelegate (context.Request); in SelectAuthenticationScheme()
H A DHttpListener.platformnotsupported.cs50 public AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Managed/
H A DHttpListener.Managed.cs354 …return AuthenticationSchemeSelectorDelegate != null ? AuthenticationSchemeSelectorDelegate(context… in SelectAuthenticationScheme()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpListenerTest.cs61 Assert.AreEqual (null, listener.AuthenticationSchemeSelectorDelegate, "#02"); in DefaultProperties()
352 Assert.AreEqual (null, listener.AuthenticationSchemeSelectorDelegate, "#02"); in PropertiesWhenClosed1()
395 listener.AuthenticationSchemeSelectorDelegate = null; in PropertiesWhenClosedSet2()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/
H A DHttpListenerManager.cs151 l.AuthenticationSchemeSelectorDelegate = delegate (HttpListenerRequest req) { in RegisterListener()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/
H A DHttpListener.cs48 public AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/ref/
H A DSystem.Net.HttpListener.cs18 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSharedHttpTransportManager.cs549 listener.AuthenticationSchemeSelectorDelegate = in OnOpen()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpListener.cs393 public AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs5665 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs5707 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs5663 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs5703 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs8412 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs8109 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs8359 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs8388 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs8387 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs8359 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs8359 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs8378 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs8646 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs8388 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs8621 …public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw … property in System.Net.HttpListener