2 overrides of GetSendSockets
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ClientUdpOutputChannel.cs (1)
39
protected override UdpSocket[]
GetSendSockets
(Message message, out IPEndPoint remoteEndPoint, out Exception exceptionToBeThrown)
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (1)
98
protected 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)
209
sendSockets = this.
GetSendSockets
(message, out remoteEndPoint, out exceptionToBeThrown);
888
this.sendSockets = this.channel.
GetSendSockets
(message, out this.remoteEndpoint, out exceptionToThrow);