1 write to m_ConnectionId
System (1)
net\System\Net\HttpListenerRequest.cs (1)
260m_ConnectionId = memoryBlob.RequestBlob->ConnectionId;
6 references to m_ConnectionId
System (6)
net\System\Net\HttpListener.cs (1)
1999ArrayList challenges = BuildChallenge(context.AuthenticationSchemes, request.m_ConnectionId,
net\System\Net\HttpListenerRequest.cs (5)
113httpListenerRequest.m_ConnectionId, 281GlobalLog.Print("HttpListenerContext#" + ValidationHelper.HashString(this) + "::.ctor() RequestId:" + RequestId + " ConnectionId:" + m_ConnectionId + " RawConnectionId:" + memoryBlob.RequestBlob->RawConnectionId + " UrlContext:" + memoryBlob.RequestBlob->UrlContext + " RawUrl:" + m_RawUrl + " Version:" + m_Version.ToString() + " Secure:" + m_SslStatus.ToString()); 837m_ConnectionId, 935m_ConnectionId, 1018return HttpListenerContext.Listener.GetChannelBindingFromTls(m_ConnectionId);