TKMP.DLLのダウンロード

POPクライアントクラスのインスタンスを初期化します

Namespace:  TKMP.Net
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
public PopClient(
	IPopLogon PopLogon,
	IPAddress Address,
	int Port
)
Visual Basic (Declaration)
Public Sub New ( _
	PopLogon As IPopLogon, _
	Address As IPAddress, _
	Port As Integer _
)

Parameters

PopLogon
Type: TKMP.Net..::.IPopLogon
ログオン処理を行うIPopLogonクラス
Address
Type: System.Net..::.IPAddress
接続先を示すアドレス
Port
Type: System..::.Int32
接続先サーバーのポート番号

Remarks

クラスのインスタンスの作成には接続先を示すIPアドレス、ポート番号及び、接続時の手順を処理するためのIPopLogonインターフェイスを持つクラスが必要です

標準のログオン手続きと、APOPでのログオン手続きは、BasicPopLogonクラスAPopLogonクラスを使用する事が出来ます

See Also