getFilterIndex abstract method
Returns the index of the next matched request filter for the given URI and starting at the given index.
It returns null if not found.
Implementation
int? getFilterIndex(HttpConnect connect, String uri, int iFilter);
Returns the index of the next matched request filter for the given URI and starting at the given index.
It returns null if not found.
int? getFilterIndex(HttpConnect connect, String uri, int iFilter);