1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2241this.channel = channel;
6 references to channel
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannel.cs (6)
2282this.callOnce.Call(this.channel, timeout); 2332IAsyncResult result = this.callOnce.BeginCall(this.channel, timeout, callback, state); 2369this.callOnce.EndCall(this.channel, result); 2532this.manager.channel.Closed -= this.OnClosed; 2544this.Complete(false, this.manager.channel.CreateClosedException()); 2551_this.Complete(false, _this.manager.channel.GetOpenTimeoutException(_this.timeout));