2 writes to listenSocket
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
27
this.
listenSocket
= channelListener.GetListenSocket(ipHostNameType);
83
this.
listenSocket
= null;
4 references to listenSocket
System.ServiceModel (4)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (4)
28
if (this.
listenSocket
!= null)
30
this.ipAddress = ((IPEndPoint)this.
listenSocket
.LocalEndPoint).Address;
80
if (this.
listenSocket
!= null)
82
socketListener = new SocketConnectionListener(this.
listenSocket
, this, false);