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