Junior.Route.Routing.Responses.Response.ApplicationRarCompressed C# (CSharp) 메소드

ApplicationRarCompressed() 공개 메소드

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

            return this;
        }
Response