1 implementation of DispatchReplyMessage
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
164
public void
DispatchReplyMessage
(IMessage msg)
2 references to DispatchReplyMessage
System.Runtime.Remoting (2)
channels\sinks\binaryformattersinks.cs (1)
272
sinkStack.
DispatchReplyMessage
(retMsg);
channels\sinks\soapformattersinks.cs (1)
325
sinkStack.
DispatchReplyMessage
(retMsg);