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