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

ApplicationMpegUrl() 공개 메소드

public ApplicationMpegUrl ( ) : Response
리턴 Response
        public Response ApplicationMpegUrl()
        {
            _contentType = "application/x-mpegURL";

            return this;
        }
Response