1 override of ValidateAuthentication
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
349
public override HttpStatusCode
ValidateAuthentication
(HttpListenerContext listenerContext)
2 references to ValidateAuthentication
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
858
return Listener.
ValidateAuthentication
(listenerContext);
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
351
HttpStatusCode result = base.
ValidateAuthentication
(listenerContext);