4 writes to ipv4ListenSocket
System.ServiceModel (4)
System\ServiceModel\Channels\TcpChannelListener.cs (4)
246this.ipv4ListenSocket = null; 366this.ipv4ListenSocket = ListenAndBind(new IPEndPoint(ipv4Address, 0)); 403this.ipv4ListenSocket = ListenAndBind(new IPEndPoint(ipv4Address, port)); 413this.ipv4ListenSocket = null;
5 references to ipv4ListenSocket
System.ServiceModel (5)
System\ServiceModel\Channels\TcpChannelListener.cs (5)
245Socket result = this.ipv4ListenSocket; 367port = ((IPEndPoint)this.ipv4ListenSocket.LocalEndPoint).Port; 410if (this.ipv4ListenSocket != null) 412this.ipv4ListenSocket.Close(); 419if (ipv4ListenSocket == null)