mRemoteNG.Config.Serializers.PortScanDeserializer.PortScanDeserializer C# (CSharp) 메소드

PortScanDeserializer() 공개 메소드

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