﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IContributeEnvoySink" FullName="System.Runtime.Remoting.Contexts.IContributeEnvoySink"><TypeSignature Maintainer="auto" Language="C#" Value="public interface IContributeEnvoySink" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IContributeEnvoySink" /><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>The <see cref="T:System.Runtime.Remoting.Contexts.IContributeEnvoySink" /> interface is implemented by context properties in the server <see cref="T:System.Runtime.Remoting.Contexts.Context" /> class that want to contribute an envoy message sink on the client end. The server envoy chain is composed from those context properties that implement <see cref="T:System.Runtime.Remoting.Contexts.IContributeEnvoySink" />. The envoy chain resides on the client end and acts as a representative of the corresponding message sinks from the server context properties.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Contributes an envoy message sink on the client end.</para></summary></Docs><Members><Member MemberName="GetEnvoySink"><MemberSignature Language="C#" Value="public System.Runtime.Remoting.Messaging.IMessageSink GetEnvoySink (MarshalByRefObject obj, System.Runtime.Remoting.Messaging.IMessageSink nextSink);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Runtime.Remoting.Messaging.IMessageSink GetEnvoySink(class System.MarshalByRefObject obj, class System.Runtime.Remoting.Messaging.IMessageSink nextSink) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Runtime.Remoting.Messaging.IMessageSink</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.MarshalByRefObject" /><Parameter Name="nextSink" Type="System.Runtime.Remoting.Messaging.IMessageSink" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Runtime.Remoting.Contexts.IContributeEnvoySink.GetEnvoySink(System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMessageSink)" /> method is used as an optimization to create an envoy sink when the destination is a different context in the same application domain and is used by the Wrap operation.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Takes the first sink in the chain of sinks composed so far, and then chains its message sink in front of the chain already formed.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The composite sink chain.</para></returns><param name="obj"><attribution license="cc4" from="Microsoft" modified="false" />The server object for which the chain is being created. </param><param name="nextSink"><attribution license="cc4" from="Microsoft" modified="false" />The chain of sinks composed so far. </param></Docs></Member></Members></Type>