1 instantiation of TerminalHostControlRpcTarget
Aspire.TerminalHost (1)
TerminalHostApp.cs (1)
128new TerminalHostControlRpcTarget(this),
6 references to TerminalHostControlRpcTarget
Aspire.TerminalHost (6)
TerminalHostControlListener.cs (6)
12/// Listens on the control UDS and serves a <see cref="TerminalHostControlRpcTarget"/> 18private readonly TerminalHostControlRpcTarget _target; 36TerminalHostControlRpcTarget target, 217_target.GetType().GetMethod(nameof(TerminalHostControlRpcTarget.GetSessionAsync))!, 221_target.GetType().GetMethod(nameof(TerminalHostControlRpcTarget.GetInfoAsync))!, 225_target.GetType().GetMethod(nameof(TerminalHostControlRpcTarget.ShutdownAsync))!,