TestimoX

API Reference

Class

DomainControllerPortPostureService

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers static

Builds a typed transport posture view for core domain-controller TCP ports.

Inheritance

  • Object
  • DomainControllerPortPostureService

Methods

public static async Task<View> EvaluateAsync(Options options = null, Func<String, IEnumerable<Int32>, Int32, Int32, Int32, CancellationToken, Task<IReadOnlyList<PortTestResult>>> tester = null, CancellationToken cancellationToken = null) #
Returns: Task<View>

Evaluates transport posture for the curated domain-controller TCP port set.

Parameters

options ADPlayground.DomainControllers.DomainControllerPortPostureService.Options = null optionalposition: 0
Evaluation options.
tester System.Func{System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Int32,System.Int32,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.Collections.Generic.IReadOnlyList{ADPlayground.Network.PortTestResult}}} = null optionalposition: 1
Optional probe implementation override for tests.
cancellationToken System.Threading.CancellationToken = null optionalposition: 2
Cancellation token.

Returns

Typed transport posture view.