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