Last updated 5 years ago
Was this helpful?
Provides access to the underlying, currently active connection used to communicate with the subject under test.
Syntax: Active { get; }
Active { get; }
Provides a list of all available connections
Syntax: IEnumerable<string> Available { get; }
IEnumerable<string> Available { get; }
ISUTConnection