1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
25this.channel = channel;
11 references to channel
System.ServiceModel (11)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (11)
31get { return this.channel; } 36get { return this.channel is ISessionChannel<IInputSession>; } 46get { return this.channel.LocalAddress; } 60this.channel.Abort(); 65this.channel.Close(timeout); 70return this.channel.BeginTryReceive(timeout, callback, state); 76if (this.channel.EndTryReceive(result, out message)) 111if (this.channel.TryReceive(timeout, out message)) 140return this.channel.WaitForMessage(timeout); 145return this.channel.BeginWaitForMessage(timeout, callback, state); 150return this.channel.EndWaitForMessage(result);