3 interfaces inheriting from IInputChannel
System.ServiceModel.Primitives (3)
netstandard.cs (3)
1457public partial interface IDuplexChannel : System.ServiceModel.Channels.IChannel, System.ServiceModel.Channels.IInputChannel, System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.ICommunicationObject 1468public partial interface IDuplexSessionChannel : System.ServiceModel.Channels.IChannel, System.ServiceModel.Channels.IDuplexChannel, System.ServiceModel.Channels.IInputChannel, System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.IDuplexSession>, System.ServiceModel.ICommunicationObject 1489public partial interface IInputSessionChannel : System.ServiceModel.Channels.IChannel, System.ServiceModel.Channels.IInputChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.IInputSession>, System.ServiceModel.ICommunicationObject
2 implementations of IInputChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
11: InterceptingChannelBase<TChannel>, IInputChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
245private class ThrowingInputChannel<T> : ThrowingChannelBase<T>, IInputChannel where T : class, IInputChannel
6 references to IInputChannel
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingDuplexChannel.cs (4)
12where TChannel : class, IInputChannel 116where TInputChannel : class, IInputChannel 196where TInputChannel : class, IInputChannel 231where TInputChannel : class, IInputChannel
System.ServiceModel (1)
netstandard.cs (1)
61[assembly: TypeForwardedTo(typeof(IInputChannel))]
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
245private class ThrowingInputChannel<T> : ThrowingChannelBase<T>, IInputChannel where T : class, IInputChannel