getFilterIndex abstract method

int? getFilterIndex(
  1. HttpConnect connect,
  2. String uri,
  3. 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.

Implementation

int? getFilterIndex(HttpConnect connect, String uri, int iFilter);