1 implementation of Channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
71public IChannel Channel
30 references to Channel
System.ServiceModel (30)
System\ServiceModel\Channels\ChannelReliableSession.cs (5)
648if (this.binder.Channel is IRequestChannel) 652else if (this.binder.Channel is IDuplexChannel) 719IDuplexSessionChannel channel = this.binder.Channel as IDuplexSessionChannel; 864this.binder.Channel)); 869this.Settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(),
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (3)
236T innerProperty = this.binder.Channel.GetProperty<T>(); 1241this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), 1902if (WsrmUtilities.ValidateCreateSequence<IDuplexSessionChannel>(info, this.listener, this.Binder.Channel, out acksTo))
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (5)
259T innerProperty = this.binder.Channel.GetProperty<T>(); 496this.Listener.ReliableMessagingVersion, this.Binder.Channel, this.Binder.GetInnerSession(), 593if (WsrmUtilities.ValidateCreateSequence<IInputSessionChannel>(info, this.Listener, this.Binder.Channel, out acksTo)) 952this.Listener.ReliableMessagingVersion, this.Binder.Channel, this.Binder.GetInnerSession(), 1005if (WsrmUtilities.ValidateCreateSequence<IInputSessionChannel>(info, this.Listener, this.Binder.Channel, out acksTo))
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (3)
192T innerProperty = this.binder.Channel.GetProperty<T>(); 500this.binder.Channel, this.binder.GetInnerSession(), reply); 526this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), message);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
363T innerProperty = this.binder.Channel.GetProperty<T>(); 399this.listener.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), 918if (WsrmUtilities.ValidateCreateSequence<IReplySessionChannel>(info, this.listener, this.binder.Channel, out acksTo))
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (3)
212T innerProperty = this.binder.Channel.GetProperty<T>(); 583this.binder.Channel, this.binder.GetInnerSession(), reply); 613this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), reply);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
546return new SecurityChannelFaultConverter(this.channelBinder.Channel) as T; 555if ((result == null) && (channelBinder != null) && (channelBinder.Channel != null)) 557result = channelBinder.Channel.GetProperty<T>();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (5)
1676return new SecurityChannelFaultConverter(this.channelBinder.Channel) as T; 1680if ((result == null) && (channelBinder != null) && (channelBinder.Channel != null)) 1682result = channelBinder.Channel.GetProperty<T>(); 1693if (!(this.channelBinder.Channel is IReplyChannel) && !(this.channelBinder.Channel is IDuplexSessionChannel))