<?xml version="1.0" encoding="utf-8"?>
<Type Name="IOutputSessionChannel" FullName="System.ServiceModel.Channels.IOutputSessionChannel">
  <TypeSignature Language="C#" Value="public interface IOutputSessionChannel : System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.Channels.ISessionChannel&lt;System.ServiceModel.Channels.IOutputSession&gt;" />
  <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IOutputSessionChannel implements class System.ServiceModel.Channels.IChannel, class System.ServiceModel.Channels.IOutputChannel, class System.ServiceModel.Channels.ISessionChannel`1&lt;class System.ServiceModel.Channels.IOutputSession&gt;, class System.ServiceModel.ICommunicationObject" />
  <AssemblyInfo>
    <AssemblyName>System.ServiceModel</AssemblyName>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Interfaces>
    <Interface>
      <InterfaceName>System.ServiceModel.Channels.IOutputChannel</InterfaceName>
    </Interface>
    <Interface>
      <InterfaceName>System.ServiceModel.Channels.ISessionChannel&lt;System.ServiceModel.Channels.IOutputSession&gt;</InterfaceName>
    </Interface>
  </Interfaces>
  <Docs>
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>The <see cref="T:System.ServiceModel.Channels.IOutputSessionChannel" /> interface indicates that an <see cref="T:System.ServiceModel.Channels.IOutputChannel" /> implements <see cref="T:System.ServiceModel.Channels.IOutputSession" /> semantics. </para>
      <para>The <see cref="T:System.ServiceModel.Channels.IOutputSession" /> associated with an <see cref="T:System.ServiceModel.Channels.IOutputSessionChannel" /> can be retrieved through the <see cref="P:System.ServiceModel.Channels.ISessionChannel`1.Session" /> property. </para>
    </remarks>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>Defines the interface that associates an output channel with a session. </para>
    </summary>
  </Docs>
  <Members />
</Type>