using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.Remoting.Contexts { /// Indicates that the implementing property will be registered at runtime through the method. // Token: 0x020004D6 RID: 1238 [Token(Token = "0x20004D6")] [ComVisible(true)] public interface IContributeDynamicSink { /// Returns the message sink that will be notified of call start and finish events through the interface. /// A dynamic sink that exposes the interface. // Token: 0x0600284C RID: 10316 [Token(Token = "0x600284C")] [Address(Slot = "0")] IDynamicMessageSink GetDynamicSink(); } }