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