1 write to channel
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (1)
54
this.
channel
= channel;
7 references to channel
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (7)
55
if (this.
channel
!= null)
207
if (this.
channel
!= null && !this.IsCompleted)
211
IAsyncResult result = this.
channel
.BeginClose(this.timeoutHelper.RemainingTime(), onCloseCompletedCallback, null);
214
this.
channel
.EndClose(result);
248
this.
channel
.EndClose(result);
305
if (this.
channel
!= null)
307
this.
channel
.Abort();