1 implementation of ISocketListenerSettings
System.ServiceModel (1)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
12sealed class ExclusiveTcpTransportManager : TcpTransportManager, ISocketListenerSettings
7 references to ISocketListenerSettings
System.ServiceModel (7)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (3)
61int ISocketListenerSettings.BufferSize 66bool ISocketListenerSettings.TeredoEnabled 71int ISocketListenerSettings.ListenBacklog
System\ServiceModel\Channels\SocketConnection.cs (4)
1977ISocketListenerSettings settings; 1982public SocketConnectionListener(Socket listenSocket, ISocketListenerSettings settings, bool useOnlyOverlappedIO) 1988public SocketConnectionListener(IPEndPoint localEndpoint, ISocketListenerSettings settings, bool useOnlyOverlappedIO) 1994SocketConnectionListener(ISocketListenerSettings settings, bool useOnlyOverlappedIO)