Table of Contents

Class Address

Namespace
Tmds.DBus.Protocol
Assembly
Tmds.DBus.Protocol.dll

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

string

System

Gets the D-Bus system bus address.

public static string? System { get; }

Property Value

string