Async Pluggable Protocols, anyone?
I desperately need help with a problem writing an Async Pluggable Protocol. Can anyone help me? Description of the problem here -
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1266037&SiteID=1
I desperately need help with a problem writing an Async Pluggable Protocol. Can anyone help me? Description of the problem here -
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1266037&SiteID=1
Asynchronous Pluggable Protocols are a part of Windows.
http://msdn.microsoft.com/workshop/networking/pluggable/pluggable.asp
In this particular case, I'm writing two. One to access a file that is in use (given that they have allowed read access to a file they are writing) and one that is basically HTTP, but that both reads AND saves the file at the same time.
Both of these are designed to work around certain limitations in Windows Media Player and the way it streams files.