TcpClient.BeginConnect NullPointerException

前端 未结 0 1736
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 20:11

I get a NullPointerException when calling BeginConnect. Here is the relevant code:

public TcpClient() {
    this.client = new System.Net.Sockets.TcpClient();
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题