Class Address
Provides D-Bus addresses for the system and session bus.
[Obsolete("Use DBusAddress instead.")]
public static class Address
- Inheritance
-
Address
- Inherited Members
Properties
Session
Gets the D-Bus session bus address.
public static string? Session { get; }
Property Value
System
Gets the D-Bus system bus address.
public static string? System { get; }