4 references to ListenAndBind
System.ServiceModel (4)
System\ServiceModel\Channels\TcpChannelListener.cs (4)
366this.ipv4ListenSocket = ListenAndBind(new IPEndPoint(ipv4Address, 0)); 371this.ipv6ListenSocket = ListenAndBind(new IPEndPoint(ipv6Address, 0)); 403this.ipv4ListenSocket = ListenAndBind(new IPEndPoint(ipv4Address, port)); 404this.ipv6ListenSocket = ListenAndBind(new IPEndPoint(ipv6Address, port));