C# 클래스 RetroShareSSHClient.LoadSaveHandler

파일 보기 프로젝트 열기: sehraf/RSSSHClient 1 사용 예제들

공개 메소드들

메소드 설명
DecodeFrom64 ( string encodedData ) : string
EncodeTo64 ( string toEncode ) : string
Load ( Options &opt ) : bool
LoadSaveHandler ( string filename = null ) : System
Save ( Options opt ) : void

메소드 상세

DecodeFrom64() 공개 정적인 메소드

public static DecodeFrom64 ( string encodedData ) : string
encodedData string
리턴 string

EncodeTo64() 공개 정적인 메소드

public static EncodeTo64 ( string toEncode ) : string
toEncode string
리턴 string

Load() 공개 메소드

public Load ( Options &opt ) : bool
opt Options
리턴 bool

LoadSaveHandler() 공개 메소드

public LoadSaveHandler ( string filename = null ) : System
filename string
리턴 System

Save() 공개 메소드

public Save ( Options opt ) : void
opt Options
리턴 void