1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3919this.channel = channel;
10 references to channel
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableChannelBinder.cs (10)
3927return this.channel; 3961this.channel.EndClose(result); 3980if (this.lastReceive || this.channel.State != CommunicationState.Opened) 3982this.channel.Abort(); 3993result = this.channel.BeginClose(this.RemainingTime, 4015if (this.lastReceive || this.channel.State != CommunicationState.Opened) 4017this.channel.Abort(); 4034this.channel.Abort(); 4163if (this.lastReceive || this.channel.State != CommunicationState.Opened) 4165this.channel.Abort();