TestimoX

API Reference

Class

WinRmListener

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

WinRM listener configuration (address, port, hostname, thumbprint).

Inheritance

  • Object
  • WinRmListener

Constructors

public WinRmListener() #

Properties

public String Key { get; set; } #

Registry subkey name (GUID) for reference.

public String Transport { get; set; } #

Transport protocol (HTTP or HTTPS).

public String Address { get; set; } #

Bind address (e.g., *).

public Nullable<Int32> Port { get; set; } #

Listener TCP port.

public String Hostname { get; set; } #

Optional hostname used to match server certs.

public String CertificateThumbprint { get; set; } #

Certificate thumbprint for HTTPS listeners.