3 references to IPAddress
System.Runtime.Remoting (3)
channels\core\basetransportheaders.cs (2)
147
if (String.Compare(headerName, CommonTransportKeys.
IPAddress
, StringComparison.OrdinalIgnoreCase) == 0)
170
case 1: return CommonTransportKeys.
IPAddress
;
channels\http\httpstreams.cs (1)
646
headers[CommonTransportKeys.
IPAddress
] = ((IPEndPoint)NetSocket.RemoteEndPoint).Address;