Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose ClientProtocolType as a public property #96

Open
PatrickSchmidtSE opened this issue Jan 25, 2023 · 0 comments
Open

Expose ClientProtocolType as a public property #96

PatrickSchmidtSE opened this issue Jan 25, 2023 · 0 comments

Comments

@PatrickSchmidtSE
Copy link

/// <summary> /// The protocol that a client is using to connect to a terminal server as returned by /// <see cref="ITerminalServicesSession.ClientProtocolType" />. /// </summary> public enum ClientProtocolType : short { /// <summary> /// The client is directly connected to the console session. /// </summary> Console = 0, /// <summary> /// This value exists for legacy purposes. /// </summary> Legacy = 1, /// <summary> /// The client is connected via the RDP protocol. /// </summary> Rdp = 2, }

I need the protocol type because i want to enumerate which sessions are connected either via console or rdp.
It still has relevance and i dont see any reason for having this property not exposed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant