HttpServerAuthorizationCallback Delegate |
Namespace: Adf
public delegate bool HttpServerAuthorizationCallback( HttpServerContextBase context )
Public Delegate Function HttpServerAuthorizationCallback ( context As HttpServerContextBase ) As Boolean
public delegate bool HttpServerAuthorizationCallback( HttpServerContextBase^ context )
type HttpServerAuthorizationCallback = delegate of context : HttpServerContextBase -> bool