13 references to TcpOperations
System.Runtime.Remoting (13)
channels\ipc\ipcclientmanager.cs (3)
55
if (operation !=
TcpOperations
.Reply)
107
WriteUInt16(
TcpOperations
.Request, headerStream);
109
WriteUInt16(
TcpOperations
.OneWayRequest, headerStream);
channels\ipc\ipcmanager.cs (3)
63
if (operation ==
TcpOperations
.OneWayRequest)
210
WriteUInt16(
TcpOperations
.Reply, headerStream);
249
WriteUInt16(
TcpOperations
.Reply, headerStream);
channels\tcp\tcpclientsocketmanager.cs (3)
87
if (operation !=
TcpOperations
.Reply)
118
WriteUInt16(
TcpOperations
.Request, headerStream);
120
WriteUInt16(
TcpOperations
.OneWayRequest, headerStream);
channels\tcp\tcpstreams.cs (4)
297
if (operation ==
TcpOperations
.Request)
302
if (operation ==
TcpOperations
.OneWayRequest)
351
WriteUInt16(
TcpOperations
.Reply, headerStream);
398
WriteUInt16(
TcpOperations
.Reply, headerStream);