6 references to Reply
System.Runtime.Remoting (6)
channels\ipc\ipcclientmanager.cs (1)
55
if (operation != TcpOperations.
Reply
)
channels\ipc\ipcmanager.cs (2)
210
WriteUInt16(TcpOperations.
Reply
, headerStream);
249
WriteUInt16(TcpOperations.
Reply
, headerStream);
channels\tcp\tcpclientsocketmanager.cs (1)
87
if (operation != TcpOperations.
Reply
)
channels\tcp\tcpstreams.cs (2)
351
WriteUInt16(TcpOperations.
Reply
, headerStream);
398
WriteUInt16(TcpOperations.
Reply
, headerStream);