Why can't I reference System.Net.Sockets in a Portable Class Library using Xamarin?

前端 未结 2 1692
温柔的废话
温柔的废话 2021-01-02 15:13

I am trying to use System.Net.Sockets API in a portable class library so that my projects can reuse code for socket connections. But I cannot reference that namespace in my

2条回答
  •  遥遥无期
    2021-01-02 15:36

    Using advanced PCL development AKA "Bait and switch" you may be able to do this

    see link

提交回复
热议问题