using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.Remoting.Messaging { /// Represents the method that will handle processing of headers on the stream during deserialization. /// The headers of the event. /// A that conveys information about a remote function call. // Token: 0x0200050F RID: 1295 // (Invoke) Token: 0x06002939 RID: 10553 [Token(Token = "0x200050F")] [ComVisible(true)] public delegate object HeaderHandler(Header[] headers); }