1 write to localEndpoint
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1991this.localEndpoint = localEndpoint;
4 references to localEndpoint
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
2105this.listenSocket = new Socket(localEndpoint.AddressFamily, SocketType.Stream, ProtocolType.Tcp); 2107if (localEndpoint.AddressFamily == AddressFamily.InterNetworkV6 && settings.TeredoEnabled) 2112this.listenSocket.Bind(localEndpoint); 2132SocketConnectionListener.ConvertListenException(socketException, this.localEndpoint));