2 overrides of GetSendSockets
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ClientUdpOutputChannel.cs (1)
39protected override UdpSocket[] GetSendSockets(Message message, out IPEndPoint remoteEndPoint, out Exception exceptionToBeThrown)
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (1)
98protected override UdpSocket[] GetSendSockets(Message message, out IPEndPoint remoteEndPoint, out Exception exceptionToBeThrown)
2 references to GetSendSockets
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
209sendSockets = this.GetSendSockets(message, out remoteEndPoint, out exceptionToBeThrown); 888this.sendSockets = this.channel.GetSendSockets(message, out this.remoteEndpoint, out exceptionToThrow);