Class SLNetConnectionExtensions
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Protocol
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Protocol.dll
Defines extension methods on the SLNetConnection class.
public static class SLNetConnectionExtensions
- Inheritance
-
SLNetConnectionExtensions
Fields
- OverrideGetDms
Allows an override of the behavior of GetDms to return a Fake or Mock of IDms. Important: When this is used, unit tests should never be run in parallel.
Methods
- GetDms(SLNetConnection)
Gets an object implementing the IDms interface using an instance of the SLNetConnection class.