1 write to channel
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
953
this.
channel
= channel;
12 references to channel
System.ServiceModel.Channels (12)
System\ServiceModel\Channels\UdpOutputChannel.cs (12)
980
lock (thisPtr.
channel
.ThisLock)
982
thisPtr.
channel
.retransmissionDoneWaitHandle = null;
985
if (!thisPtr.
channel
.cleanedUp)
988
thisPtr.
channel
.CleanupAfterWait(false);
1009
if (this.
channel
.cleanedUp)
1014
lock (this.
channel
.ThisLock)
1016
if (this.
channel
.cleanedUp)
1022
if (this.
channel
.retransmitList != null && this.
channel
.retransmitList.Count > 0)
1025
this.
channel
.retransmissionDoneWaitHandle = new AsyncWaitHandle(EventResetMode.ManualReset);
1029
this.
channel
.CleanupAfterWait(false);
1034
return !needToWait || this.
channel
.retransmissionDoneWaitHandle.WaitAsync(completeCleanupCallback, this, this.timeoutHelper.RemainingTime());