Query.parseUriRedirectionPermanent

void parseUriRedirectionPermanent(out bool permanent)

Parse an URI query, and set permanent to true if there is a redirection and it should be considered permanent. If a redirection is permanent, applications should update their internal storage of the URI, otherwise they should make all future requests to the original URI.

Parameters

permanentif the URI redirection is permanent (may be null)