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