1 write to m_ConnectionId
System (1)
net\System\Net\HttpListenerRequest.cs (1)
260
m_ConnectionId
= memoryBlob.RequestBlob->ConnectionId;
6 references to m_ConnectionId
System (6)
net\System\Net\HttpListener.cs (1)
1999
ArrayList challenges = BuildChallenge(context.AuthenticationSchemes, request.
m_ConnectionId
,
net\System\Net\HttpListenerRequest.cs (5)
113
httpListenerRequest.
m_ConnectionId
,
281
GlobalLog.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());
837
m_ConnectionId
,
935
m_ConnectionId
,
1018
return HttpListenerContext.Listener.GetChannelBindingFromTls(
m_ConnectionId
);