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