System\ServiceModel\Channels\Binding.cs (10)
200where TChannel : class, IChannel
206where TChannel : class, IChannel
212where TChannel : class, IChannel
218where TChannel : class, IChannel
224where TChannel : class, IChannel
231where TChannel : class, IChannel
237where TChannel : class, IChannel
243where TChannel : class, IChannel
265public bool CanBuildChannelListener<TChannel>(params object[] parameters) where TChannel : class, IChannel
270public virtual bool CanBuildChannelListener<TChannel>(BindingParameterCollection parameters) where TChannel : class, IChannel
System\ServiceModel\Channels\ChannelDemuxer.cs (13)
61where TChannel : class, IChannel
67where TChannel : class, IChannel
170where TChannel : class, IChannel;
189where TInnerChannel : class, IChannel
240protected abstract LayeredChannelListener<TChannel> CreateListener<TChannel>(ChannelDemuxerFilter filter) where TChannel : class, IChannel;
1519where TChannel : class, IChannel
1625where TInnerChannel : class, IChannel
2887public IChannel channel;
2890public ChannelAndMessageAsyncState(IChannel channel, Message message)
3087public IChannel channel;
3090public ChannelAndRequestAsyncState(IChannel channel, RequestContext request)
3117where TChannel : class, IChannel
3460where TChannel : class, IChannel
System\ServiceModel\Channels\ReliableChannelListener.cs (18)
23where TChannel : class, IChannel
543where TChannel : class, IChannel
544where TReliableChannel : class, IChannel
545where TInnerChannel : class, IChannel
932where TChannel : class, IChannel
933where TReliableChannel : class, IChannel
934where TInnerChannel : class, IChannel
1285where TChannel : class, IChannel
1286where TReliableChannel : class, IChannel
1323where TChannel : class, IChannel
1324where TReliableChannel : class, IChannel
1362where TChannel : class, IChannel
1363where TReliableChannel : class, IChannel
1364where TInnerChannel : class, IChannel, ISessionChannel<TInnerSession>
1577where TChannel : class, IChannel
1578where TReliableChannel : class, IChannel
1615where TChannel : class, IChannel
1616where TReliableChannel : class, IChannel