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)
System.ServiceModel.Primitives.Tests (1)
6 references to IInputChannel
Extensibility.MessageInterceptor.IntegrationTests (4)
System.ServiceModel (1)
System.ServiceModel.Primitives.Tests (1)