using System; namespace ScreenConnect; [AttributeUsage(AttributeTargets.Class, Inherited = false)] public class CaptureStreamStateBoundaryMessageAttribute : Attribute { }