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