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

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

공개 프로퍼티들

프로퍼티 타입 설명
Modes List

Private Properties

프로퍼티 타입 설명
Ctor_VerifyDefaults_Success void
DirExists bool
Do byte[]
DoAsync Task
DoCommand void
DoDownload byte[]
DoOldStyleAsync System.IO.MemoryStream
DoSync System.IO.MemoryStream
DoUpload void
FileExists bool
Ftp_AppendFile void
Ftp_CreateAndDelete void
Ftp_LargeFile void
Ftp_MakeAndRemoveDir_Success void
Ftp_RenameFile void
Ftp_RenameFileSubDir_Success void
GetResponse_ConnectFailure_ThrowsWebException void
GetResponse_ServerNameNotInDns_ThrowsWebException void

비공개 메소드들

메소드 설명
Ctor_VerifyDefaults_Success ( ) : void
DirExists ( FtpExecutionMode mode, string dir ) : bool
Do ( FtpExecutionMode mode, string method, string uri, byte requestBody, string renameTo = null ) : byte[]
DoAsync ( FtpWebRequest request, MemoryStream requestBody ) : Task
DoCommand ( FtpExecutionMode mode, string method, string uri, string renameTo = null ) : void
DoDownload ( FtpExecutionMode mode, string method, string uri ) : byte[]
DoOldStyleAsync ( FtpWebRequest request, MemoryStream requestBody ) : MemoryStream
DoSync ( FtpWebRequest request, MemoryStream requestBody ) : MemoryStream
DoUpload ( FtpExecutionMode mode, string method, string uri, byte requestBody ) : void
FileExists ( FtpExecutionMode mode, string file ) : bool
Ftp_AppendFile ( FtpExecutionMode mode ) : void
Ftp_CreateAndDelete ( FtpExecutionMode mode ) : void
Ftp_LargeFile ( FtpExecutionMode mode ) : void
Ftp_MakeAndRemoveDir_Success ( FtpExecutionMode mode ) : void
Ftp_RenameFile ( FtpExecutionMode mode ) : void
Ftp_RenameFileSubDir_Success ( FtpExecutionMode mode ) : void
GetResponse_ConnectFailure_ThrowsWebException ( ) : void
GetResponse_ServerNameNotInDns_ThrowsWebException ( ) : void

프로퍼티 상세

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

public static List Modes
리턴 List