1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
25this.channel = channel;
8 references to channel
System.ServiceModel (8)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (8)
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.BeginTryReceiveRequest(timeout, callback, state); 75return this.channel.EndTryReceiveRequest(result, out requestContext); 110return this.channel.TryReceiveRequest(timeout, out requestContext);