C# 클래스 SSH.SshModHelper

파일 보기 프로젝트 열기: darkoperator/Posh-SSH 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddToSftpSessionCollection() 공개 정적인 메소드

public static AddToSftpSessionCollection ( SftpClient sftpclient, System.Management.Automation.SessionState pssession ) : SSH.SftpSession
sftpclient Renci.SshNet.SftpClient
pssession System.Management.Automation.SessionState
리턴 SSH.SftpSession

AddToSshSessionCollection() 공개 정적인 메소드

public static AddToSshSessionCollection ( SshClient sshclient, System.Management.Automation.SessionState pssession ) : SSH.SshSession
sshclient Renci.SshNet.SshClient
pssession System.Management.Automation.SessionState
리턴 SSH.SshSession

CreateCustom() 공개 정적인 메소드

public static CreateCustom ( Hashtable properties ) : System.Management.Automation.PSObject
properties System.Collections.Hashtable
리턴 System.Management.Automation.PSObject