4 references to RequestUri
System.Runtime.Remoting (4)
channels\ipc\ipcclientmanager.cs (1)
115
WriteUInt16(TcpHeaders.
RequestUri
, headerStream);
channels\ipc\ipcmanager.cs (1)
94
if (headerType == TcpHeaders.
RequestUri
)
channels\tcp\tcpclientsocketmanager.cs (1)
126
WriteUInt16(TcpHeaders.
RequestUri
, headerStream);
channels\tcp\tcpsocketmanager.cs (1)
132
if (headerType == TcpHeaders.
RequestUri
)