IDuplexChannel.xml 1.0 KB

123456789101112131415161718192021
  1. <Type Name="IDuplexChannel" FullName="System.ServiceModel.Channels.IDuplexChannel">
  2. <TypeSignature Language="C#" Value="public interface IDuplexChannel : System.ServiceModel.Channels.IInputChannel, System.ServiceModel.Channels.IOutputChannel" />
  3. <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDuplexChannel implements class System.ServiceModel.Channels.IChannel, class System.ServiceModel.Channels.IInputChannel, class System.ServiceModel.Channels.IOutputChannel, class System.ServiceModel.ICommunicationObject" />
  4. <AssemblyInfo>
  5. <AssemblyName>System.ServiceModel</AssemblyName>
  6. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  7. </AssemblyInfo>
  8. <Interfaces>
  9. <Interface>
  10. <InterfaceName>System.ServiceModel.Channels.IInputChannel</InterfaceName>
  11. </Interface>
  12. <Interface>
  13. <InterfaceName>System.ServiceModel.Channels.IOutputChannel</InterfaceName>
  14. </Interface>
  15. </Interfaces>
  16. <Docs>
  17. <summary>To be added.</summary>
  18. <remarks>To be added.</remarks>
  19. </Docs>
  20. <Members />
  21. </Type>