3 references to ConnectionId
System.Runtime.Remoting (3)
channels\core\basetransportheaders.cs (2)
144
if (String.Compare(headerName, CommonTransportKeys.
ConnectionId
, StringComparison.OrdinalIgnoreCase) == 0)
169
case 0: return CommonTransportKeys.
ConnectionId
;
channels\http\httpstreams.cs (1)
647
headers[CommonTransportKeys.
ConnectionId
] = _connectionId;