1 instantiation of AcceptAsyncResult
System (1)
net\System\Net\Sockets\Socket.cs (1)
5030
AcceptAsyncResult asyncResult = new
AcceptAsyncResult
(this, state, callback);
3 references to AcceptAsyncResult
System (3)
net\System\Net\Sockets\Socket.cs (3)
5030
AcceptAsyncResult
asyncResult = new AcceptAsyncResult(this, state, callback);
5494
AcceptAsyncResult
castedAsyncResult = asyncResult as
AcceptAsyncResult
;