using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Messaging
{
/// Defines the out-of-band data for a call.
// Token: 0x0200050E RID: 1294
[Token(Token = "0x200050E")]
[ComVisible(true)]
[Serializable]
public class Header
{
/// Indicates the XML namespace that the current belongs to.
// Token: 0x04001808 RID: 6152
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4001808")]
public string HeaderNamespace;
/// Indicates whether the receiving end must understand the out-of-band data.
// Token: 0x04001809 RID: 6153
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x4001809")]
public bool MustUnderstand;
/// Contains the name of the .
// Token: 0x0400180A RID: 6154
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x400180A")]
public string Name;
/// Contains the value for the .
// Token: 0x0400180B RID: 6155
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x400180B")]
public object Value;
}
}