using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.Remoting.Messaging { /// Defines the out-of-band data for a call. // Token: 0x0200052A RID: 1322 [Token(Token = "0x200052A")] [ComVisible(true)] [Serializable] public class Header { /// Indicates the XML namespace that the current belongs to. // Token: 0x040018CB RID: 6347 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x40018CB")] public string HeaderNamespace; /// Indicates whether the receiving end must understand the out-of-band data. // Token: 0x040018CC RID: 6348 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x40018CC")] public bool MustUnderstand; /// Contains the name of the . // Token: 0x040018CD RID: 6349 [global::Cpp2IlInjected.FieldOffset(Offset = "0x20")] [Token(Token = "0x40018CD")] public string Name; /// Contains the value for the . // Token: 0x040018CE RID: 6350 [global::Cpp2IlInjected.FieldOffset(Offset = "0x28")] [Token(Token = "0x40018CE")] public object Value; } }