4 references to SendResponse
System.Runtime.Remoting (4)
channels\http\httpserverchannel.cs (3)
579
streamManager.
SendResponse
(responseStream, "200", "OK", responseHeaders);
586
streamManager.
SendResponse
(null, "202", "Accepted", responseHeaders);
637
streamManager.
SendResponse
(stream, "200", "OK", headers);
channels\http\httpstreams.cs (1)
566
SendResponse
(outputStream, "500", CoreChannel.GetResourceString("Remoting_InternalError"), null);