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