C# Class SSH.SshModHelper

Afficher le fichier Open project: darkoperator/Posh-SSH Class Usage Examples

Méthodes publiques

Méthode Description
AddToSftpSessionCollection ( SftpClient sftpclient, System.Management.Automation.SessionState pssession ) : SSH.SftpSession
AddToSshSessionCollection ( SshClient sshclient, System.Management.Automation.SessionState pssession ) : SSH.SshSession
CreateCustom ( Hashtable properties ) : System.Management.Automation.PSObject

Method Details

AddToSftpSessionCollection() public static méthode

public static AddToSftpSessionCollection ( SftpClient sftpclient, System.Management.Automation.SessionState pssession ) : SSH.SftpSession
sftpclient Renci.SshNet.SftpClient
pssession System.Management.Automation.SessionState
Résultat SSH.SftpSession

AddToSshSessionCollection() public static méthode

public static AddToSshSessionCollection ( SshClient sshclient, System.Management.Automation.SessionState pssession ) : SSH.SshSession
sshclient Renci.SshNet.SshClient
pssession System.Management.Automation.SessionState
Résultat SSH.SshSession

CreateCustom() public static méthode

public static CreateCustom ( Hashtable properties ) : System.Management.Automation.PSObject
properties System.Collections.Hashtable
Résultat System.Management.Automation.PSObject