C# 클래스 System.Net.Tests.FtpWebRequestTest.FtpExecutionMode

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
UseAsync bool
UseOldStyleAsync bool
UsePassive bool
UseSsl bool

공개 메소드들

메소드 설명
FtpExecutionMode ( bool useSsl, bool usePassive, bool useAsync, bool useOldStyleAsync ) : System.Collections.Generic

메소드 상세

FtpExecutionMode() 공개 메소드

public FtpExecutionMode ( bool useSsl, bool usePassive, bool useAsync, bool useOldStyleAsync ) : System.Collections.Generic
useSsl bool
usePassive bool
useAsync bool
useOldStyleAsync bool
리턴 System.Collections.Generic

프로퍼티 상세

UseAsync 공개적으로 프로퍼티

public bool UseAsync
리턴 bool

UseOldStyleAsync 공개적으로 프로퍼티

public bool UseOldStyleAsync
리턴 bool

UsePassive 공개적으로 프로퍼티

public bool UsePassive
리턴 bool

UseSsl 공개적으로 프로퍼티

public bool UseSsl
리턴 bool