File: ISessionChannel%601.xml

package info (click to toggle)
mono 6.8.0.105%2Bdfsg-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,284,512 kB
  • sloc: cs: 11,172,132; xml: 2,850,069; ansic: 671,653; cpp: 122,091; perl: 59,366; javascript: 30,841; asm: 22,168; makefile: 20,093; sh: 15,020; python: 4,827; pascal: 925; sql: 859; sed: 16; php: 1
file content (53 lines) | stat: -rw-r--r-- 3,257 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<Type Name="ISessionChannel&lt;TSession&gt;" FullName="System.ServiceModel.Channels.ISessionChannel&lt;TSession&gt;">
  <TypeSignature Language="C#" Value="public interface ISessionChannel&lt;TSession&gt; where TSession : ISession" />
  <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ISessionChannel`1&lt;(class System.ServiceModel.Channels.ISession) TSession&gt;" />
  <AssemblyInfo>
    <AssemblyName>System.ServiceModel</AssemblyName>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <TypeParameters>
    <TypeParameter Name="TSession">
      <Constraints>
        <InterfaceName>System.ServiceModel.Channels.ISession</InterfaceName>
      </Constraints>
    </TypeParameter>
  </TypeParameters>
  <Interfaces />
  <Docs>
    <typeparam name="TSession">To be added.</typeparam>
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>The <see cref="T:System.ServiceModel.Channels.ISessionChannel`1" /> interface is the base interface for session-based channels. It associates the type of session with the channel by setting the generic type parameter <paramref name="TSession" /> to a type that implements the <see cref="T:System.ServiceModel.Channels.ISession" /> interface in a way that reflects its role in the message exchange. For example, the <paramref name="TSession" /> is set to <see cref="T:System.ServiceModel.Channels.IInputSession" /> for an incoming session on the receiving side of a one-way communication, to <see cref="T:System.ServiceModel.Channels.IOutputSession" /> for an outgoing session on the sending side of a one-way communication, and to <see cref="T:System.ServiceModel.Channels.IDuplexSession" /> for a duplex session for a bi-directional communication pattern. </para>
      <para>The <see cref="T:System.ServiceModel.Channels.ISessionChannel`1" /> interface provides a <see cref="P:System.ServiceModel.Channels.ISessionChannel`1.Session" /> property to retrieve the session with which the channel is associated. </para>
    </remarks>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>Defines the interface that associates a channel with a specific type of session.</para>
    </summary>
  </Docs>
  <Members>
    <Member MemberName="Session">
      <MemberSignature Language="C#" Value="public TSession Session { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance !TSession Session" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>TSession</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>This returns the generic parameter <paramref name="TSession" /> used to define the interface.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets the type of session associated with this channel. </para>
        </summary>
      </Docs>
    </Member>
  </Members>
</Type>