Junior.Route.Routing.Responses.Response.ApplicationRarCompressed C# (CSharp) Метод

ApplicationRarCompressed() публичный Метод

public ApplicationRarCompressed ( ) : Response
Результат Response
        public Response ApplicationRarCompressed()
        {
            _contentType = "application/x-rar-compressed";

            return this;
        }
Response