Enum MessageFlags
D-Bus protocol message flags.
[Flags]
public enum MessageFlags : byte
Fields
AllowInteractiveAuthorization = 4Indicates the caller is willing to wait for interactive authorization.
NoAutoStart = 2Do not auto-start the service if it is not already started.
NoReplyExpected = 1The message does not expect a reply.
None = 0No flags are set.