mRemoteNG.Config.Serializers.PortScanDeserializer.PortScanDeserializer C# (CSharp) Method

PortScanDeserializer() public method

public PortScanDeserializer ( IEnumerable scannedHosts, ProtocolType targetProtocolType ) : System.Collections.Generic
scannedHosts IEnumerable
targetProtocolType ProtocolType
return System.Collections.Generic
        public PortScanDeserializer(IEnumerable<ScanHost> scannedHosts, ProtocolType targetProtocolType)
        {
            _scannedHosts = scannedHosts;
            _targetProtocolType = targetProtocolType;
        }