TKFP.DLLのダウンロード

切断時の受信文字列に対する次の送信文字列をセットします

Namespace:  TKFP.Net
Assembly:  TKFP (TKFP.dll 内) バージョン: 1.4.0.2

Syntax

C#
bool IFtpLogon.Exit(
	string Receive,
	out string Send
)
Visual Basic (Declaration)
Private Function Exit ( _
	Receive As String, _
	<OutAttribute> ByRef Send As String _
) As Boolean Implements IFtpLogon.Exit

Parameters

Receive
Type: System..::.String
受信した文字列
Send
Type: System..::.String %
送信文字列(送信文字列無しの時はNull)

Return Value

切断処理終了を継続する場合にtrueを返します

Implements

IFtpLogon..::.Exit(String, String%)

See Also