3 references to GetSendSocket
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (3)
147UdpSocket socket = this.GetSendSocket(remoteEndPoint.Address, destination, out exceptionToBeThrown); 195UdpSocket socket = this.GetSendSocket(address, destination, out exceptionToBeThrown); 219UdpSocket socket = this.GetSendSocket(address, destination, out exceptionToBeThrown);