1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
24this.channel = channel;
8 references to channel
System.ServiceModel (8)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (8)
29get { return this.channel; } 34get { return this.channel is ISessionChannel<IOutputSession>; } 53get { return this.channel.RemoteAddress; } 58this.channel.Abort(); 63this.channel.Close(timeout); 83return this.channel.BeginSend(message, timeout, callback, state); 88this.channel.EndSend(result); 93this.channel.Send(message, timeout);