2 instantiations of ConnectAsyncResult
System (2)
net\System\Net\Sockets\Socket.cs (2)
2770
ConnectAsyncResult asyncResult = new
ConnectAsyncResult
(this, endPointSnapshot, state, callback);
2850
ConnectAsyncResult asyncResult = new
ConnectAsyncResult
(this, endPointSnapshot, state, callback);
4 references to ConnectAsyncResult
System (4)
net\System\Net\Sockets\Socket.cs (4)
2770
ConnectAsyncResult
asyncResult = new ConnectAsyncResult(this, endPointSnapshot, state, callback);
2850
ConnectAsyncResult
asyncResult = new ConnectAsyncResult(this, endPointSnapshot, state, callback);
6110
ConnectAsyncResult
car;
6118
car = asyncResult as
ConnectAsyncResult
;