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