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

ApplicationRarCompressed() public method

public ApplicationRarCompressed ( ) : Response
return Response
        public Response ApplicationRarCompressed()
        {
            _contentType = "application/x-rar-compressed";

            return this;
        }
Response