From
http://msdn.microsoft.com/library/windows/apps/BR226906#methods, the methods in 'Windows::Networking::Sockets::StreamSocketListener' include "Close()".
However, if I use Close() in my code, it causes compilation errors as folows.
src\MediaHTTPStreamer.cc(119) : error C2039: 'Close' : is not a member of 'Windows::Networking::Sockets::StreamSocketListener'
c:\program files (x86)\windows kits\8.0\references\commonconfiguration\neutral\windows.winmd : see declaration of 'Windows::Networking::Sockets::StreamSocketListener'