Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Type Name="IInputSession" FullName="System.ServiceModel.Channels.IInputSession">
<TypeSignature Language="C#" Value="public interface IInputSession : System.ServiceModel.Channels.ISession" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IInputSession implements class System.ServiceModel.Channels.ISession" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>System.ServiceModel.Channels.ISession</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para> On the other side of the message interchange, the <see cref="T:System.ServiceModel.Channels.IOutputSession" /> interface represents an outgoing <see cref="T:System.ServiceModel.Channels.ISession" /> implemented on the sending side of a one-way communication between messaging endpoints. Note these two sessions are distinct.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Defines the interface for the session implemented on the receiving side of a one-way communication between messaging endpoints. </para>
</summary>
</Docs>
<Members />
</Type>