4 writes to ipv6ListenSocket
System.ServiceModel (4)
System\ServiceModel\Channels\TcpChannelListener.cs (4)
252this.ipv6ListenSocket = null; 371this.ipv6ListenSocket = ListenAndBind(new IPEndPoint(ipv6Address, 0)); 404this.ipv6ListenSocket = ListenAndBind(new IPEndPoint(ipv6Address, port)); 415this.ipv6ListenSocket = null;
2 references to ipv6ListenSocket
System.ServiceModel (2)
System\ServiceModel\Channels\TcpChannelListener.cs (2)
251Socket result = this.ipv6ListenSocket; 372port = ((IPEndPoint)this.ipv6ListenSocket.LocalEndPoint).Port;