1 write to sendSockets
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
888
this.
sendSockets
= this.channel.GetSendSockets(message, out this.remoteEndpoint, out exceptionToThrow);
3 references to sendSockets
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpOutputChannel.cs (3)
788
while (this.currentSocket < this.
sendSockets
.Length)
792
socketAsyncResult = this.
sendSockets
[this.currentSocket].BeginSendTo(
806
this.
sendSockets
[this.currentSocket].EndSendTo(socketAsyncResult);