// // System.Runtime.Remoting.Channels.IClientFormatterSink.cs // // Author: Duncan Mak (duncan@ximian.com) // // 2002 (C) Copyright, Ximian, Inc. // using System.Runtime.Remoting.Messaging; namespace System.Runtime.Remoting.Channels { public interface IClientFormatterSink : IMessageSink, IClientChannelSink, IChannelSinkBase { } }