2 instantiations of SocketConnectionListener
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
82socketListener = new SocketConnectionListener(this.listenSocket, this, false); 91socketListener = new SocketConnectionListener(new IPEndPoint(ipAddress, port), this, false);
5 references to SocketConnectionListener
System.ServiceModel (5)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
78SocketConnectionListener socketListener = null;
System\ServiceModel\Channels\SocketConnection.cs (3)
2132SocketConnectionListener.ConvertListenException(socketException, this.localEndpoint)); 2161SocketConnectionListener listener; 2171public AcceptAsyncResult(SocketConnectionListener listener, AsyncCallback callback, object state)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
322SocketConnectionListener.ConvertListenException(socketException, localEndpoint));