1 write to settings
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1997
this.
settings
= settings;
3 references to settings
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
2097
this.listenSocket.Listen(
settings
.ListenBacklog);
2107
if (localEndpoint.AddressFamily == AddressFamily.InterNetworkV6 &&
settings
.TeredoEnabled)
2113
this.listenSocket.Listen(
settings
.ListenBacklog);