2 references to HandleAuthentication
System (2)
net\System\Net\_ListenerAsyncResult.cs (1)
57
result = httpWebListener.
HandleAuthentication
(asyncResult.m_RequestContext, out stoleBlob);
net\System\Net\HttpListener.cs (1)
1201
httpContext =
HandleAuthentication
(memoryBlob, out stoleBlob);