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