2 references to GetChannelBindingFromTls
System (2)
net\System\Net\HttpListener.cs (1)
2051
ChannelBinding result =
GetChannelBindingFromTls
(connectionId);
net\System\Net\HttpListenerRequest.cs (1)
1018
return HttpListenerContext.Listener.
GetChannelBindingFromTls
(m_ConnectionId);