4 references to AddressFamily
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (3)
41if (family == this.SendSockets[i].AddressFamily) 135if (socket.AddressFamily == remoteEndPoint.AddressFamily) 168if (remoteAddresses[i].AddressFamily == socket.AddressFamily)
System\ServiceModel\Channels\UdpSocket.cs (1)
158if (this.AddressFamily == AddressFamily.InterNetwork)