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

ApplicationMpegUrl() public method

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

            return this;
        }
Response