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