|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
Unregister a proxy request function
    void Ns_UnRegisterProxyRequest(
    char *Server,
    char *method,
    char *protocol
    );
    
The Ns_UnRegisterProxyRequest function unregisters the function for the specified method and protocol on a specific server. If the deleteProc is not null, it is called with the function's context as an argument.