On this page
LibTmux.PsmuxConnectionOptions.PsmuxConnectionOptions
- Module
- LibTmux
- Declared in
- PsmuxConnectionOptions
- Package
- LibTmux
- Source
- src/LibTmux/Psmux/PsmuxConnectionOptions.cs
-
Initializes one explicit psmux endpoint.
- Parameters
-
-
executablePath ( string ) – The fully qualified
psmux.exepath on a fixed local Windows drive. Use its/mnt/...path when WSL launches psmux. -
expectedBinarySha256 ( string ) – The exact audited client SHA-256 exposed by
SupportedBinarySha256. -
dataDirectory ( string ) – A canonical, absolute data-directory path on a fixed local Windows drive.
-
namespaceName ( string ) – A dedicated non-default
-Lnamespace containing exactly one session. -
logger ( ILogger? ) – The optional connection logger.
-
- Raises
-
-
ArgumentException – A path, hash, or namespace is absent, malformed, ambiguous, not fixed-drive, or not isolated.
-
0 declared, 0 inherited