views:

50

answers:

0

I understand the benefits of the new async sockets in .net35 as applys to building socket servers.

1) Please do these benefits apply to building client applications? 2) what would be the recommended way to use the xxxxAsync pattern when building an application that establishes multiple client connections.

I would really appreciate your answers. Thanks.

Charles