C# Class mRemoteNG.Config.Import.PortScanImporter

Inheritance: IConnectionImporter
Show file Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
Import ( IEnumerable hosts, ContainerInfo destinationContainer ) : void
Import ( object hosts, ContainerInfo destinationContainer ) : void
PortScanImporter ( ProtocolType targetProtocolType ) : System.Collections.Generic

Method Details

Import() public method

public Import ( IEnumerable hosts, ContainerInfo destinationContainer ) : void
hosts IEnumerable
destinationContainer ContainerInfo
return void

Import() public method

public Import ( object hosts, ContainerInfo destinationContainer ) : void
hosts object
destinationContainer ContainerInfo
return void

PortScanImporter() public method

public PortScanImporter ( ProtocolType targetProtocolType ) : System.Collections.Generic
targetProtocolType ProtocolType
return System.Collections.Generic