views:

47

answers:

0

Hi,

In Silverlight all socket calls are restricted to being Async - I have an API which I share between .NET and Silverlight and its based around blocking socket calls. Is there any way to fake or wrap the async socket calls in Silverlight to make them behave like blocking sockets?