1 override of ProcessAuthentication
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
240public override SecurityMessageProperty ProcessAuthentication(HttpListenerContext listenerContext)
3 references to ProcessAuthentication
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
853return Listener.ProcessAuthentication(listenerContext);
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
269return base.ProcessAuthentication(listenerContext); 297return base.ProcessAuthentication(listenerContext);