PlatformNotSupportedException
C# 使用HttpListener时候异常(此平台不支持此操作:System.PlatformNotSupportedException)
C# 使用HttpListener时候异常(此平台不支持此操作:System.PlatformNotSupportedException) 代码: HttpListener listener = new HttpListener(); 错误: System.PlatformNotSupportedE ......