Home
last modified time | relevance | path

Searched refs:AsyncDisconnectNotificationDelegate (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIPipelineRuntime.cs35 delegate void AsyncDisconnectNotificationDelegate( in AsyncDisconnectNotificationDelegate() method
103 … private static AsyncDisconnectNotificationDelegate _asyncDisconnectNotificationDelegate = null;
139AsyncDisconnectNotificationDelegate d = new AsyncDisconnectNotificationDelegate(AsyncDisconnectNot… in GetAsyncDisconnectNotificationDelegate()