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