C# 클래스 EmailListExporter.FTPOptions

파일 보기 프로젝트 열기: PrezzaTechnologies/Developer-Samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NUMBER_OF_OPTIONS int

공개 메소드들

메소드 설명
FTPOptions ( List ftpOptionsLine ) : System
getDirectory ( ) : String
getHostname ( ) : String
getPassword ( ) : String
getUsername ( ) : String

메소드 상세

FTPOptions() 공개 메소드

public FTPOptions ( List ftpOptionsLine ) : System
ftpOptionsLine List
리턴 System

getDirectory() 공개 메소드

public getDirectory ( ) : String
리턴 String

getHostname() 공개 메소드

public getHostname ( ) : String
리턴 String

getPassword() 공개 메소드

public getPassword ( ) : String
리턴 String

getUsername() 공개 메소드

public getUsername ( ) : String
리턴 String

프로퍼티 상세

NUMBER_OF_OPTIONS 공개적으로 정적으로 프로퍼티

public static int NUMBER_OF_OPTIONS
리턴 int