2 writes to currentSocket
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
782
this.
currentSocket
= 0;
818
this.
currentSocket
++;
3 references to currentSocket
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);