﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IChannelSinkBase" FullName="System.Runtime.Remoting.Channels.IChannelSinkBase"><TypeSignature Maintainer="auto" Language="C#" Value="public interface IChannelSinkBase" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IChannelSinkBase" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Channel sinks provide a plug-in point that allows access to the underlying messages flowing through the channel as well as the stream used by the transport mechanism to send messages to a remote object. Channel sinks are linked together in a chain of sink providers and all channel messages flow through this chain before the message is serialized and transported.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides the base interface for channel sinks.</para></summary></Docs><Members><Member MemberName="Properties"><MemberSignature Language="C#" Value="public System.Collections.IDictionary Properties { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Collections.IDictionary Properties" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Collections.IDictionary</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Collections.IDictionary'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If a property is not present in this channel sink, it delegates the property access request to the next sink in the chain.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a dictionary through which properties on the sink can be accessed.</para></summary></Docs></Member></Members></Type>