Junior.Route.Routing.Responses.Response.ApplicationMpegUrl C# (CSharp) Méthode

ApplicationMpegUrl() public méthode

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

            return this;
        }
Response