Refactored a bit for EndPointListener.cs, replaced 'args' with 'e'

This commit is contained in:
sta 2015-01-15 14:34:14 +09:00
parent 75ac784100
commit 3307f472bb

View File

@ -253,7 +253,7 @@ namespace WebSocketSharp.Net
processAccepted (sock, lsnr);
if (!ret)
onAccept (sender, args);
onAccept (sender, e);
}
private static void processAccepted (Socket socket, EndPointListener listener)