FTPClient Constructor (String, String, String, String, Int32)

HD.Common

FTPClient Constructor (String, String, String, String, Int32) Helper帮助文档
构造函数

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public FTPClient(
	string remoteHost,
	string remotePath,
	string remoteUser,
	string remotePass,
	int remotePort
)
Public Sub New ( 
	remoteHost As String,
	remotePath As String,
	remoteUser As String,
	remotePass As String,
	remotePort As Integer
)
public:
FTPClient(
	String^ remoteHost, 
	String^ remotePath, 
	String^ remoteUser, 
	String^ remotePass, 
	int remotePort
)
new : 
        remoteHost : string * 
        remotePath : string * 
        remoteUser : string * 
        remotePass : string * 
        remotePort : int -> FTPClient

Parameters

remoteHost
Type: SystemString

[Missing <param name="remoteHost"/> documentation for "M:HD.Common.FTPClient.#ctor(System.String,System.String,System.String,System.String,System.Int32)"]

remotePath
Type: SystemString

[Missing <param name="remotePath"/> documentation for "M:HD.Common.FTPClient.#ctor(System.String,System.String,System.String,System.String,System.Int32)"]

remoteUser
Type: SystemString

[Missing <param name="remoteUser"/> documentation for "M:HD.Common.FTPClient.#ctor(System.String,System.String,System.String,System.String,System.Int32)"]

remotePass
Type: SystemString

[Missing <param name="remotePass"/> documentation for "M:HD.Common.FTPClient.#ctor(System.String,System.String,System.String,System.String,System.Int32)"]

remotePort
Type: SystemInt32

[Missing <param name="remotePort"/> documentation for "M:HD.Common.FTPClient.#ctor(System.String,System.String,System.String,System.String,System.Int32)"]

See Also

Reference