umGetAccessMethodForURLGoAhead WebServer APIGoAhead EMF

Synopsis

Determines the method for accessing a URL.

Prototype

 #include "um.h"

 accessMeth_t umGetAccessMethodForURL(char_t * url);

Parameters

urlURL name

Description

Checks the access limit table for the URL

Return Value

umGetAccessMethodForURL returns the access method for the URL, or AM_FULL if one is not found.

Example

accessMeth_t umGetAccessMethodForURL(char_t * url);

See Also

umAddAccessLimit()