8000 Expose ClientProtocolType as a public property · Issue #96 · danports/cassia · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Expose ClientProtocolType as a public property #96
Open
@PatrickSchmidtSE

Description

@PatrickSchmidtSE

/// <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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0