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