Netronics.Protocol.PacketEncoder.Http.Response.Response C# (CSharp) Method

Response() public method

public Response ( ) : System
return System
        public Response()
        {
            _header.AppendLine("Date: " + DateTime.Now.ToUniversalTime().ToString("ddd, d MMM yyyy hh:mm:ss UTC"));
            _header.AppendLine("Server: " + Server);
            _header.AppendLine("Accept-Ranges: bytes");
        }