3 interfaces inheriting from IOutputChannel
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
1509public partial interface IOutputSessionChannel : System.ServiceModel.Channels.IChannel, System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.IOutputSession>, System.ServiceModel.ICommunicationObject
6 implementations of IOutputChannel
Extensibility.MessageInterceptor.IntegrationTests (2)
System.ServiceModel.NetFramingBase (1)
System.ServiceModel.Primitives (1)
System.ServiceModel.Primitives.Tests (2)
17 references to IOutputChannel
Extensibility.MessageInterceptor.IntegrationTests (5)
System.ServiceModel (1)
System.ServiceModel.NetFramingBase (1)
System.ServiceModel.Primitives (7)
System.ServiceModel.Primitives.Tests (3)