Junior.Route.Routing.Responses.Response.MessageRfc822 C# (CSharp) Method

MessageRfc822() public method

public MessageRfc822 ( ) : Response
return Response
        public Response MessageRfc822()
        {
            _contentType = "message/rfc822";

            return this;
        }
Response