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

ApplicationGzip() 공개 메소드

public ApplicationGzip ( ) : Response
리턴 Response
        public Response ApplicationGzip()
        {
            _contentType = "application/gzip";

            return this;
        }
Response