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

Add new public APIs for header and command output #383

Merged
merged 2 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. Add new public APIs for header and command output

    Adds new APIs on the protocol class to expose a publicly supported way
    to build the WSMan SOAP headers used internally and to get a single
    output value. The original methods have been kept around for backwards
    compatibility as while they were not set as public they have been used
    in various libraries so removing them now will cause breakages.
    jborean93 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4f5a020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f13cb0 View commit details
    Browse the repository at this point in the history