1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
23this.channel = channel;
11 references to channel
System.ServiceModel (11)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (11)
28get { return this.channel; } 33get { return this.channel is ISessionChannel<IOutputSession>; } 48get { return this.channel.RemoteAddress; } 53this.channel.Abort(); 58this.channel.Close(timeout); 78return this.channel.BeginRequest(message, timeout, callback, state); 83ValidateNullReply(this.channel.EndRequest(result)); 88ValidateNullReply(this.channel.Request(message, timeout)); 93return this.channel.BeginRequest(message, timeout, callback, state); 98return this.channel.EndRequest(result); 108return this.channel.Request(message, timeout);