ServiceFactory
Basic factory for creating new services.
public ServiceFactory()
Create a new PipeStream.
Creates a new ISession with the specified ConnectionInfo.
public ISftpSession CreateSftpSession(ISession session, TimeSpan operationTimeout, Encoding encoding)
Creates a new ISftpSession in a given ISession and with
the specified operation timeout and encoding.