API Reference
Class
DomainControllerPortPostureService
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
- 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
- Optional probe implementation override for tests.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Typed transport posture view.