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