Hevea documentation

HeveaServer.SetGetCredentialDelegate Method 

Sets the delegate on a method called when trying to authentify a user (the accounts stored in the configuration file have a higher priority).

public static void SetGetCredentialDelegate(
   GetCredentialDelegate method
);

Parameters

method
method delegate

Exceptions

Exception Type Condition
ArgumentNullException method is null

See Also

HeveaServer Class | Hevea.Core.Http Namespace