Implemented interface member:
property
this
System.Runtime.Remoting.Channels.ITransportHeaders.this[System.Object]
12 writes to
System.Runtime.Remoting (12)
channels\http\httpremotinghandler.cs (3)
552
requestHeaders
[
"__RequestVerb"] = httpRequest.HttpMethod;
553
requestHeaders
[
"__CustomErrorsEnabled"] = HttpRemotingHandler.CustomErrorsEnabled(context);
563
requestHeaders
[
headerName] = headerValue;
channels\http\httpsocketmanager.cs (1)
95
headers
[
headerName] = headerValue;
channels\http\httpstreams.cs (4)
628
headers
[
"__RequestVerb"] = verb;
630
headers
[
"__HttpVersion"] = version;
646
headers
[
CommonTransportKeys.IPAddress] = ((IPEndPoint)NetSocket.RemoteEndPoint).Address;
647
headers
[
CommonTransportKeys.ConnectionId] = _connectionId;
channels\ipc\ipcmanager.cs (1)
91
headers
[
headerName] = headerValue;
channels\sinks\binaryformattersinks.cs (1)
691
responseHeaders
[
entry.Key] = entry.Value;
channels\sinks\soapformattersinks.cs (1)
765
responseHeaders
[
entry.Key] = entry.Value;
channels\tcp\tcpsocketmanager.cs (1)
129
headers
[
headerName] = headerValue;