<PackageReference Include="SSH.NET" Version="2014.4.6-beta2" />

IServiceFactory

interface IServiceFactory
Factory for creating new services.

Creates a new INetConfSession in a given ISession and with the specified operation timeout.

Create a new PipeStream.

Creates a new ISession with the specified ConnectionInfo.

ISftpSession CreateSftpSession(ISession session, TimeSpan operationTimeout, Encoding encoding)

Creates a new ISftpSession in a given ISession and with the specified operation timeout and encoding.