using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting
{
/// Provides custom channel information that is carried along with the .
// Token: 0x020004BF RID: 1215
[Token(Token = "0x20004BF")]
[ComVisible(true)]
public interface IChannelInfo
{
/// Gets or sets the channel data for each channel.
/// The channel data for each channel.
/// The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.
// Token: 0x170005CF RID: 1487
// (get) Token: 0x060028FE RID: 10494
[Token(Token = "0x170005CF")]
object[] ChannelData
{
[Token(Token = "0x60028FE")]
[Address(Slot = "0")]
get;
}
}
}