C# 클래스 Renci.SshNet.Sftp.Requests.HardLinkRequest

상속: SftpExtendedRequest
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
HardLinkRequest ( uint protocolVersion, uint requestId, string oldPath, string newPath, Action statusAction ) : System

보호된 메소드들

메소드 설명
SaveData ( ) : void

메소드 상세

HardLinkRequest() 공개 메소드

public HardLinkRequest ( uint protocolVersion, uint requestId, string oldPath, string newPath, Action statusAction ) : System
protocolVersion uint
requestId uint
oldPath string
newPath string
statusAction Action
리턴 System

SaveData() 보호된 메소드

protected SaveData ( ) : void
리턴 void