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