1 write to Channel
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
582Channel = channel;
8 references to Channel
System.ServiceModel.NetFramingBase (8)
System\ServiceModel\Channels\FramingChannels.cs (1)
127SecurityMessageProperty security = Channel.RemoteSecurity;
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (7)
591lock (Channel) 621return BeginCloseOutputSession(Channel.DefaultCloseTimeout, callback, state); 626return Channel.CloseOutputSessionAsync(timeout).ToApm(callback, state); 636CloseOutputSession(Channel.DefaultCloseTimeout); 641Channel.CloseOutputSessionAsync(timeout).GetAwaiter().GetResult(); 646return CloseOutputSessionAsync(Channel.DefaultCloseTimeout); 651return Channel.CloseOutputSessionAsync(timeout);