Exemplo n.º 1
0
        // As server
        private bool SendHttpResponse(HttpResponse response)
        {
#if COMPAT
            Log.DebugFormat("A response to this request:\n" + response);
#else
            $"A response to the server:\n {response.Stringify()}".Debug();
#endif
            return SendBytes(response.ToByteArray());
        }